Web Dark Sync Firefox

Examine source code of Web Dark Sync

제작자: Vikuva
Inspect and view changes in Web Dark Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Dark Sync",
  "version": "1.0.0",
  "description": "Đồng bộ chế độ tối: tự động áp dark theme cho popup, tooltip và menu tuỳ chỉnh trên trang web theo dark mode hệ thống.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Web Dark Sync",
    "default_popup": "popup.html",
    "default_icon": "icons/32.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{76f8aaf3-a64c-4bc3-8b0e-48444cdfd8f3}"
    }
  }
}

최고의 Web Dark Sync 대안

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