Google Analytics Opt-out Add-on (by Google)

Tells the Google Analytics JavaScript not to send information to Google Analytics.

Google Analytics Opt-out Add-on (by Google)란 무엇입니까?

Google Analytics Opt-out Add-on (by Google)은(는) ga-extension-publishers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tells the Google Analytics JavaScript not to send information to Google Analytics."입니다.

확장 프로그램 스크린샷

screenshot

Google Analytics Opt-out Add-on (by Google) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        To provide website visitors the ability to prevent their data from being collected and used by Google Analytics, we have developed the Google Analytics opt-out Browser extension for the Google Analytics JavaScript (ga.js, analytics.js, dc.js). 

If you want to opt-out, download and install the extension for your web browser. In order to function, the opt-out extension must be able to load and execute properly on your browser. Updates to your browser or operating system may affect the functionality of the opt-out extension. More information about managing your extensions for Chrome can be found at https://support.google.com/chrome/answer/187443?hl=en.

By installing this extension, you agree to the Chrome Web Store Terms of Service at https://ssl.gstatic.com/chrome/webstore/intl/en/gallery_tos.html and the Google Analytics Opt-out Browser Add-on Terms of Service at https://tools.google.com/dlpage/gaoptout/intl/en/eula_text.html.                    

확장 프로그램 기본 정보

이름 Google Analytics Opt-out Add-on (by Google) Google Analytics Opt-out Add-on (by Google)
ID fllaojicojecljbmefodhfapmkghcbnh
공식 URL https://chromewebstore.google.com/detail/google-analytics-opt-out/fllaojicojecljbmefodhfapmkghcbnh
설명 Tells the Google Analytics JavaScript not to send information to Google Analytics.
파일 크기 181 KB
설치 횟수 1,599,167
현재 버전 1.1
최근 업데이트 2021-01-26
출시 날짜 2019-04-30
평점 4.03/5 총 1465 개의 평점
개발자 ga-extension-publishers
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://policies.google.com/privacy?hl=en-US
지원되는 언어 de,en,en-GB,fr,nl,tr,es,it,pl,pt-BR,ru,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_gaoptout_name__",
    "description": "__MSG_gaoptout_description__",
    "version": "1.1",
    "default_locale": "en",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "gaoptout.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}