StopFB

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

What is StopFB?

StopFB is a Chrome extension developed by stopfbext, and its main feature is "Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs".

Extension Screenshots

screenshot

Download StopFB Extension CRX File

Download StopFB extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name StopFB StopFB
ID ideekmlpolffjogehcjblcoajcnieeho
Official URL https://chromewebstore.google.com/detail/stopfb/ideekmlpolffjogehcjblcoajcnieeho
Description Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs
File Size 7.27 KB
Installation Count 238
Current Version 1.2
Last Updated 2019-04-13
Publish Date 2019-04-09
Rating 4.33/5 Total 3 Ratings
Developer stopfbext
Payment Type free
Supported Languages 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
}