StopFB

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

Wat is StopFB?

StopFB is een Chrome-extensie ontwikkeld door stopfbext, en de belangrijkste functie is "Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie StopFB

Download StopFB-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam StopFB StopFB
ID ideekmlpolffjogehcjblcoajcnieeho
Officiële URL https://chromewebstore.google.com/detail/stopfb/ideekmlpolffjogehcjblcoajcnieeho
Beschrijving Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs
Bestandsgrootte 7.27 KB
Aantal Installaties 238
Huidige Versie 1.2
Laatst Bijgewerkt 2019-04-13
Publicatiedatum 2019-04-09
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar stopfbext
Betalingswijze free
Ondersteunde Talen 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
}