Privacy Protector Plus

Remove all forms of tracking including web-bugs, tracking-scripts and information-collectors, and protect your data.

Privacy Protector Plus क्या है?

Privacy Protector Plus Benni द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove all forms of tracking including web-bugs, tracking-scripts and information-collectors, and protect your data."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Privacy Protector Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Privacy Protector Plus is a browser extension that removes all forms of tracking including web bugs, tracking scripts, and information collectors, and protects your data.

Some features:
a. protects your privacy by removing all forms of tracking from web pages.
b. whitelist a website by adding it to the trusted list from the options page.
c. clicking on the toolbar icon will enable or disable the extension.
d. badge icon text shows you the number of blocked items on the current page.

Note: to report bugs, please visit the addon's homepage (https://mybrowseraddon.com/privacy-plus.html) and fill out the bug report form.                    

एक्सटेंशन की मूल जानकारी

नाम Privacy Protector Plus Privacy Protector Plus
ID jijiojkjpehlogccmnkokddfoniihnjm
आधिकारिक URL https://chromewebstore.google.com/detail/privacy-protector-plus/jijiojkjpehlogccmnkokddfoniihnjm
विवरण Remove all forms of tracking including web-bugs, tracking-scripts and information-collectors, and protect your data.
फ़ाइल का आकार 374 KB
स्थापना संख्या 1,655
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2022-09-16
प्रकाशन तिथि 2018-10-31
रेटिंग 4.00/5 कुल 11 रेटिंग्स
डेवलपर Benni
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/privacy-plus.html
सहायता पृष्ठ URL https://mybrowseraddon.com/privacy-plus.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0",
    "manifest_version": 3,
    "name": "Privacy Protector Plus",
    "homepage_url": "https:\/\/mybrowseraddon.com\/privacy-plus.html",
    "description": "Remove all forms of tracking including web-bugs, tracking-scripts and information-collectors, and protect your data.",
    "permissions": [
        "storage",
        "declarativeContent",
        "declarativeNetRequest"
    ],
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "url-filter",
                "path": "data\/filters\/url-filter.json"
            },
            {
                "enabled": true,
                "id": "regex-filter",
                "path": "data\/filters\/regex-filter.json"
            }
        ]
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}