WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
PT Depiler

PT Depiler

View on Chrome Web Store
View PT Depiler Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (7 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

PT Depiler
Type
Extension
Users
1,000 users
41
ptplugins
View author page of ptplugins
Published
Published on June 8, 2025
Version 0.0.3.746
Manifest version
3
Updated
Updated on June 28, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View PT Depiler Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "120",
    "version": "0.0.3.746",
    "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": {
        "service_worker": "src\/entries\/background\/main.js"
    },
    "omnibox": {
        "keyword": "ptd"
    },
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/entries\/content-script\/index.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "alarms",
        "clipboardWrite",
        "contextMenus",
        "cookies",
        "downloads",
        "declarativeNetRequest",
        "storage",
        "unlimitedStorage",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "lib\/*",
                "pt-depiler.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top