Opt-out for Analytics™

Prevents the Google Analytics and Tag Manager's JavaScript APIs from collecting data and recording the user

Opt-out for Analytics™ क्या है?

Opt-out for Analytics™ emano.waldeck द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevents the Google Analytics and Tag Manager's JavaScript APIs from collecting data and recording the user"।

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

screenshot

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

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

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

                        This extension adds an object to all web pages that the user is browsing to request from Analytics API to not track the user. Unlike adblocker scripts that block web requests, this extension peacefully requests to not being recorded from "ga.js", "analytics.js", and "dc.js", that's it! This extension works for both Google Analytics and Tag Manager scripts, and prevent both of these popular analytic scripts from collecting user data.

When a request is being rejected, the page action button becomes colorful. Place the mouse over the button to see the total number of rejected requests.                    

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

नाम Opt-out for Analytics™ Opt-out for Analytics™
ID moecnjhimbbgdgakdcbopgkpjmcemhhe
आधिकारिक URL https://chromewebstore.google.com/detail/opt-out-for-analytics/moecnjhimbbgdgakdcbopgkpjmcemhhe
विवरण Prevents the Google Analytics and Tag Manager's JavaScript APIs from collecting data and recording the user
फ़ाइल का आकार 81.4 KB
स्थापना संख्या 975
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2021-08-08
प्रकाशन तिथि 2019-12-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर emano.waldeck
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Emano-Waldeck/Opt-Out/
सहायता पृष्ठ URL https://github.com/Emano-Waldeck/Opt-Out/
समर्थित भाषाएँ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.5",
    "name": "Opt-out for Analytics\u2122",
    "description": "__MSG_description__",
    "default_locale": "en",
    "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",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/add0n.com\/opt-out.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "data\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": []
}