StopFB

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

Cos'è StopFB?

StopFB è un'estensione di Chrome sviluppata da stopfbext, e la sua funzione principale è "Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione StopFB

Scarica i file di estensione StopFB in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome StopFB StopFB
ID ideekmlpolffjogehcjblcoajcnieeho
URL Ufficiale https://chromewebstore.google.com/detail/stopfb/ideekmlpolffjogehcjblcoajcnieeho
Descrizione Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs
Dimensione del File 7.27 KB
Conteggio Installazioni 238
Versione Corrente 1.2
Ultimo Aggiornamento 2019-04-13
Data di Pubblicazione 2019-04-09
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore stopfbext
Tipo di Pagamento free
Lingue Supportate 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
}