Simple CSS Injector Firefox

Examine source code of Simple CSS Injector

제작자: Weary Galaxy
Inspect and view changes in Simple CSS Injector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple CSS Injector",
  "version": "1.0.0",
  "description": "Custom CSS injector with a resizable, dark-themed editor panel and per-domain storage.",
  "author": "Weary Galaxy",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_title": "Open CSS Injector"
  },
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content-script.js"
      ],
      "css": [
        "content/panel.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "simple-css-injector@wearygalaxy",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 Simple CSS Injector 대안

다음은 Simple CSS Injector과(와) 유사한 Firefox add-on입니다: