blocker for Google Analytics™
blocked Google Analytics™ for selected sites.
What is blocker for Google Analytics™?
blocker for Google Analytics™ is a Chrome extension developed by https://www.ilstyle.de, and its main feature is "blocked Google Analytics™ for selected sites.".
Extension Screenshots
Download blocker for Google Analytics™ Extension CRX File
Download blocker for 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
Perfect for web developers to not distort their statistics with their own visits. v2.0.4 ▫ Duplicate entries are automatically removed / no longer accepted v2.0.3 ▫ Import error fix v2.0.2 ▫ Link to open the pages added
Extension Basic Information
Name | blocker for Google Analytics™ |
ID | obfkigoejfpmepamlegoacdnpmeejeop |
Official URL | https://chromewebstore.google.com/detail/blocker-for-google-analyt/obfkigoejfpmepamlegoacdnpmeejeop |
Description | blocked Google Analytics™ for selected sites. |
File Size | 63.94 KB |
Installation Count | 67 |
Current Version | 2.0.4 |
Last Updated | 2013-12-23 |
Publish Date | 2013-12-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.ilstyle.de |
Payment Type | free |
Supported Languages | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.4", "author": "www.ilstyle.de", "name": "__MSG_app_name__", "short_name": "__MSG_app_name_short__", "description": "__MSG_app_description__", "default_locale": "de", "icons": { "128": "incognito-128.png", "16": "incognito-16.png", "32": "incognito-32.png", "48": "incognito-48.png" }, "content_scripts": [ { "all_frames": true, "js": [ "blockscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "incognito-16.png", "default_title": "__MSG_app_msg_block__" } } |