StopFB

Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs

什么是StopFB?

StopFB是由stopfbext开发的Chrome扩展程序,该扩展的主要功能是“Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs”。

扩展截图

screenshot

下载StopFB扩展crx文件

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

扩展使用说明

                        Stop Facebook from tracking pages that you visit and share by removing tracking IDs from URLs.  This extension removes the "fbclid" and "gclid" arguments from all URLs to prevent Facebook and Google from tracking your browsing.                    

扩展基本信息

名称 StopFB StopFB
ID ideekmlpolffjogehcjblcoajcnieeho
官方URL https://chromewebstore.google.com/detail/stopfb/ideekmlpolffjogehcjblcoajcnieeho
简介 Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs
文件大小 7.27 KB
安装次数 238
当前版本 1.2
更新时间 2019-04-13
上架时间 2019-04-09
评分 4.33/5 共3次评分
开发者 stopfbext
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StopFB",
    "author": "Robert La Ferla",
    "version": "1.2",
    "description": "Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs",
    "permissions": [
        "webNavigation",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 2
}