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
}