Fbclid Remover

Removes Fbclid when copying addresses for sharing.

Qu'est-ce que Fbclid Remover ?

Fbclid Remover est une extension Chrome développée par unknown, et sa fonction principale est "Removes Fbclid when copying addresses for sharing.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fbclid Remover

Téléchargez les fichiers d'extension Fbclid Remover 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

                        Fbclid is not bad.
But when you share a URL with your friends, you may want to share a short address without fbclid.
Then use this extension to refine your address and share it with your friends.                    

Informations de Base sur l'Extension

Nom Fbclid Remover Fbclid Remover
ID cjbkbpgglhgohpelagbaebbmhjlckgoe
URL Officiel https://chrome.google.com/webstore/detail/fbclid-remover/cjbkbpgglhgohpelagbaebbmhjlckgoe
Description Removes Fbclid when copying addresses for sharing.
Taille du Fichier 9.56 KB
Nombre d'Installations 34
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-12-14
Date de Publication 2019-12-14
Développeur unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fbclid Remover",
    "description": "Removes Fbclid when copying addresses for sharing.",
    "version": "1.0.0",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/128.png",
        "default_title": "Fbclid Remover",
        "default_popup": "exec.html"
    },
    "permissions": [
        "tabs",
        "notifications"
    ]
}