StopFB

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

Qu'est-ce que StopFB ?

StopFB est une extension Chrome développée par stopfbext, et sa fonction principale est "Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension StopFB

Téléchargez les fichiers d'extension StopFB au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom StopFB StopFB
ID ideekmlpolffjogehcjblcoajcnieeho
URL Officiel 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
Taille du Fichier 7.27 KB
Nombre d'Installations 238
Version Actuelle 1.2
Dernière Mise à Jour 2019-04-13
Date de Publication 2019-04-09
Évaluation 4.33/5 Total 3 Évaluations
Développeur stopfbext
Type de Paiement free
Langues Prises en Charge 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
}