PT Depiler Firefox

Examine source code of PT Depiler

Inspect and view changes in PT Depiler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "0.0.6.1739",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "homepage_url": "https://github.com/pt-plugins/PT-depiler",
  "icons": {
    "16": "icons/logo/16.png",
    "19": "icons/logo/19.png",
    "64": "icons/logo/64.png",
    "128": "icons/logo/128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/logo/16.png",
      "19": "icons/logo/19.png",
      "64": "icons/logo/64.png",
      "128": "icons/logo/128.png"
    },
    "default_title": "__MSG_extName__"
  },
  "background": {
    "scripts": [
      "src/entries/background/ff_main.js"
    ]
  },
  "omnibox": {
    "keyword": "ptd"
  },
  "options_ui": {
    "page": "src/entries/options/index.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "*://*/*.xml",
        "*://*/*.xml?*"
      ],
      "js": [
        "src/entries/content-script/index.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "alarms",
    "clipboardWrite",
    "contextMenus",
    "cookies",
    "downloads",
    "declarativeNetRequest",
    "storage",
    "unlimitedStorage",
    "notifications"
  ],
  "optional_permissions": [
    "nativeMessaging"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ptdepiler.ptplugins@gmail.com",
      "strict_min_version": "121.0"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "lib/*",
        "pt-depiler.css"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}

Best PT Depiler Alternatives

Here are some Firefox add-ons that are similar to PT Depiler: