Pureweb Firefox

Examine source code of Pureweb

제작자: Patricia Lynch Add-on
Inspect and view changes in Pureweb source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Pureweb",
  "description": "__MSG_description__",
  "version": "1.0.0",
  "default_locale": "en",
  "background": {
    "scripts": [
      "./adguard/adguard-api.js",
      "./core.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "adguard/adguard-content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "match_about_blank": true,
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "./index.html",
    "default_title": "Pureweb",
    "default_icon": {
      "16": "assets/16.png",
      "32": "assets/32.png",
      "48": "assets/48.png",
      "128": "assets/128.png"
    }
  },
  "icons": {
    "16": "assets/16.png",
    "32": "assets/32.png",
    "48": "assets/48.png",
    "128": "assets/128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs",
    "unlimitedStorage"
  ]
}

최고의 Pureweb 대안

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