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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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__"
    }
}