Opt-out for Analytics™

Prevents the Google Analytics and Tag Manager's JavaScript APIs from collecting data and recording the user

什么是Opt-out for Analytics™?

Opt-out for Analytics™是由emano.waldeck开发的Chrome扩展程序,该扩展的主要功能是“Prevents the Google Analytics and Tag Manager's JavaScript APIs from collecting data and recording the user”。

扩展截图

screenshot

下载Opt-out for Analytics™扩展crx文件

下载Opt-out for Analytics™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension adds an object to all web pages that the user is browsing to request from Analytics API to not track the user. Unlike adblocker scripts that block web requests, this extension peacefully requests to not being recorded from "ga.js", "analytics.js", and "dc.js", that's it! This extension works for both Google Analytics and Tag Manager scripts, and prevent both of these popular analytic scripts from collecting user data.

When a request is being rejected, the page action button becomes colorful. Place the mouse over the button to see the total number of rejected requests.                    

扩展基本信息

名称 Opt-out for Analytics™ Opt-out for Analytics™
ID moecnjhimbbgdgakdcbopgkpjmcemhhe
官方URL https://chromewebstore.google.com/detail/opt-out-for-analytics/moecnjhimbbgdgakdcbopgkpjmcemhhe
简介 Prevents the Google Analytics and Tag Manager's JavaScript APIs from collecting data and recording the user
文件大小 81.4 KB
安装次数 975
当前版本 0.1.5
更新时间 2021-08-08
上架时间 2019-12-02
评分 5.00/5 共1次评分
开发者 emano.waldeck
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Emano-Waldeck/Opt-Out/
帮助页面URL https://github.com/Emano-Waldeck/Opt-Out/
支持的语言 de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.5",
    "name": "Opt-out for Analytics\u2122",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/add0n.com\/opt-out.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "data\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": []
}