CSS and JS Injector Firefox

Examine source code of CSS and JS Injector

Inspect and view changes in CSS and JS Injector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CSS and JS Injector",
  "version": "1.1",
  "description": "Injects custom CSS and JavaScript into specified websites to enhance their look",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "CSS and JS Injector",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{384c4e73-d950-4b94-8e47-8daa7206e94f}"
    }
  }
}

Best CSS and JS Injector Alternatives

Here are some Firefox add-ons that are similar to CSS and JS Injector: