Dark Viewer Firefox

Examine source code of Dark Viewer

제작자: Christian
Inspect and view changes in Dark Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dark Mode Extension",
  "version": "1.1",
  "description": "A simple dark mode for websites",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "popup.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c27db854-75c4-4327-ab12-b3d44f7fb6d1}"
    }
  }
}

최고의 Dark Viewer 대안

다음은 Dark Viewer과(와) 유사한 Firefox add-on입니다: