Google Analytics Opt-out Add-on (by Google)

Tells the Google Analytics JavaScript not to send information to Google Analytics.

Google Analytics Opt-out Add-on (by Google) क्या है?

Google Analytics Opt-out Add-on (by Google) ga-extension-publishers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tells the Google Analytics JavaScript not to send information to Google Analytics."।

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

screenshot

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

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

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

                        To provide website visitors the ability to prevent their data from being collected and used by Google Analytics, we have developed the Google Analytics opt-out Browser extension for the Google Analytics JavaScript (ga.js, analytics.js, dc.js). 

If you want to opt-out, download and install the extension for your web browser. In order to function, the opt-out extension must be able to load and execute properly on your browser. Updates to your browser or operating system may affect the functionality of the opt-out extension. More information about managing your extensions for Chrome can be found at https://support.google.com/chrome/answer/187443?hl=en.

By installing this extension, you agree to the Chrome Web Store Terms of Service at https://ssl.gstatic.com/chrome/webstore/intl/en/gallery_tos.html and the Google Analytics Opt-out Browser Add-on Terms of Service at https://tools.google.com/dlpage/gaoptout/intl/en/eula_text.html.                    

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

नाम Google Analytics Opt-out Add-on (by Google) Google Analytics Opt-out Add-on (by Google)
ID fllaojicojecljbmefodhfapmkghcbnh
आधिकारिक URL https://chromewebstore.google.com/detail/google-analytics-opt-out/fllaojicojecljbmefodhfapmkghcbnh
विवरण Tells the Google Analytics JavaScript not to send information to Google Analytics.
फ़ाइल का आकार 181 KB
स्थापना संख्या 1,599,167
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-01-26
प्रकाशन तिथि 2019-04-30
रेटिंग 4.03/5 कुल 1465 रेटिंग्स
डेवलपर ga-extension-publishers
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://policies.google.com/privacy?hl=en-US
समर्थित भाषाएँ de,en,en-GB,fr,nl,tr,es,it,pl,pt-BR,ru,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_gaoptout_name__",
    "description": "__MSG_gaoptout_description__",
    "version": "1.1",
    "default_locale": "en",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "gaoptout.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}