Opt-Out Easy

Take control of your privacy!

Opt-Out Easy क्या है?

Opt-Out Easy cmulabs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take control of your privacy!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        As you visit different websites, Opt-Out Easy searches their privacy policies for opt-out privacy choices you may not even have known existed. This includes opt-outs for targeted advertising, marketing emails, cookies, analytics, and sharing data with 3rd parties.                    

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

नाम Opt-Out Easy Opt-Out Easy
ID hikefgklfabiiecechanbafeficfojik
आधिकारिक URL https://chromewebstore.google.com/detail/opt-out-easy/hikefgklfabiiecechanbafeficfojik
विवरण Take control of your privacy!
फ़ाइल का आकार 1.55 MB
स्थापना संख्या 332
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2021-02-23
प्रकाशन तिथि 2020-11-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर cmulabs
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://optouteasy.isr.cmu.edu
सहायता पृष्ठ URL https://optouteasy.isr.cmu.edu/privacy_policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Opt-Out Easy",
    "description": "Take control of your privacy!",
    "version": "1.0.3",
    "browser_action": {
        "default_icon": "images\/shield.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/shield.png"
    },
    "background": {
        "scripts": [
            "scripts\/dist\/jquery.min.js",
            "scripts\/dist\/polyfill.js",
            "scripts\/dist\/analyzed_results.js",
            "scripts\/dist\/util.js",
            "scripts\/dist\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "styles\/*",
        "node_modules\/*"
    ]
}