FB Anti-Tracker Online
This extension prevents ad tracking by Facebook.
什么是FB Anti-Tracker Online?
FB Anti-Tracker Online是由abrasoft开发的Chrome扩展程序,该扩展的主要功能是“This extension prevents ad tracking by Facebook.”。
扩展截图
下载FB Anti-Tracker Online扩展crx文件
下载FB Anti-Tracker Online扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        FB Anti-Tracker Online
Make the web faster, more private, and more secure.
Disconnect lets you visualize and block the facebook that track you.                     扩展基本信息
| 名称 |   |  
| ID | aocdkpnagmpicooglhjddolmcomnfpke | 
| 官方URL | https://chromewebstore.google.com/detail/fb-anti-tracker-online/aocdkpnagmpicooglhjddolmcomnfpke | 
| 简介 | This extension prevents ad tracking by Facebook. | 
| 文件大小 | 66.25 KB | 
| 安装次数 | 94 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2020-01-09 | 
| 上架时间 | 2020-01-05 | 
| 开发者 | abrasoft | 
| 付费类型 | free | 
| 支持的语言 | en,ru | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "defaul_icon": {
            "32": "icon32.png",
            "64": "icon64.png",
            "128": "icon128.png",
            "256": "icon256.png",
            "512": "icon512.png"
        },
        "default_title": "FB Privacy&Security Online",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png",
        "512": "icon512.png"
    }
}  |  |