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
公式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"
    }
}