No Google Analytics

This extension blocks all network requests for Google Analytics.

What is No Google Analytics?

No Google Analytics is a Chrome extension developed by erikvold, and its main feature is "This extension blocks all network requests for Google Analytics.".

Download No Google Analytics Extension CRX File

Download No Google Analytics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Actively blocks Google Analytics from running on your browser, manually stopping the website you visit from tracking you!                    

Extension Basic Information

Name No Google Analytics No Google Analytics
ID biloomoaibballahalljciajlggomgel
Official URL https://chrome.google.com/webstore/detail/no-google-analytics/biloomoaibballahalljciajlggomgel
Description This extension blocks all network requests for Google Analytics.
File Size 3.26 KB
Installation Count 151
Current Version 0.0.1
Last Updated 2015-10-17
Publish Date 2015-10-17
Rating 5.00/5 Total 1 Ratings
Developer erikvold
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Google Analytics",
    "description": "This extension blocks all network requests for Google Analytics.",
    "version": "0.0.1",
    "permissions": [
        "webRequestBlocking",
        "webRequest",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}