Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

326
Views
Access content of about:addons from within a background script of a web extension

In a web extension, is it possible to fetch content from one of Firefox's about pages? e.g about:addons or about:downloads

In order to scrape or parse the DOM.

Current attempt below ..

Error:

Security Error: Content at 
moz-extension://b6bc9d62-712c-104a-b53a-95ae7a02487d/_generated_background_page.html 
may not load or link to about:addons.

manifest.json

{
  "name": ..
  "permissions": ["notifications", "activeTab", "nativeMessaging"],
  "background": {"scripts": ["backgroundScript.js"]},
  ..
}

backgroundScript.js:

var x = new XMLHttpRequest();
x.onload = function() {
  console.log(x.responseText);
};
x.open('GET', 'about:addons');
x.send();
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!