Ambient Background Extractor Firefox

Examine source code of Ambient Background Extractor

By: Tim
Inspect and view changes in Ambient Background Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ambient Background Extractor",
  "version": "1.0",
  "description": "Extracts the page's dominant color and applies it as a lightweight theme accent for the browser toolbar.",
  "permissions": [
    "storage",
    "<all_urls>",
    "tabs",
    "theme"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Ambient Background Extractor",
    "default_popup": "popup.html",
    "default_icon": "icons/icon48.png"
  },
  "icons": {
    "48": "icons/icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e6f3398e-00d6-4937-95b3-a591ed1db967}"
    }
  }
}

Best Ambient Background Extractor Alternatives

Here are some Firefox add-ons that are similar to Ambient Background Extractor: