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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 FB Anti-Tracker Online FB Anti-Tracker Online
ID aocdkpnagmpicooglhjddolmcomnfpke
官方網址 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"
    }
}