No Google Analytics

This extension blocks all network requests for Google Analytics.

Wat is No Google Analytics?

No Google Analytics is een Chrome-extensie ontwikkeld door erikvold, en de belangrijkste functie is "This extension blocks all network requests for Google Analytics.".

Download het CRX-bestand van de extensie No Google Analytics

Download No Google Analytics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam No Google Analytics No Google Analytics
ID biloomoaibballahalljciajlggomgel
Officiële URL https://chrome.google.com/webstore/detail/no-google-analytics/biloomoaibballahalljciajlggomgel
Beschrijving This extension blocks all network requests for Google Analytics.
Bestandsgrootte 3.26 KB
Aantal Installaties 151
Huidige Versie 0.0.1
Laatst Bijgewerkt 2015-10-17
Publicatiedatum 2015-10-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar erikvold
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}