blocker for Google Analytics™

blocked Google Analytics™ for selected sites.

blocker for Google Analytics™とは何ですか?

blocker for Google Analytics™はhttps://www.ilstyle.deによって開発されたChromeの拡張機能で、その主な機能は「blocked Google Analytics™ for selected sites.」です。

拡張機能のスクリーンショット

screenshot
screenshot

blocker for Google Analytics™拡張機能のCRXファイルをダウンロード

blocker for Google Analytics™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 blocker for Google Analytics™ blocker for Google Analytics™
ID obfkigoejfpmepamlegoacdnpmeejeop
公式URL https://chromewebstore.google.com/detail/blocker-for-google-analyt/obfkigoejfpmepamlegoacdnpmeejeop
説明 blocked Google Analytics™ for selected sites.
ファイルサイズ 63.94 KB
インストール数 67
現在のバージョン 2.0.4
最終更新日 2013-12-23
公開日 2013-12-23
評価 5.00/5 合計 1 レビュー
開発者 https://www.ilstyle.de
支払い方法 free
対応言語 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__"
    }
}