Fbclid Remover
Removes Fbclid when copying addresses for sharing.
Cos'è Fbclid Remover?
Fbclid Remover è un'estensione di Chrome sviluppata da unknown, e la sua funzione principale è "Removes Fbclid when copying addresses for sharing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fbclid Remover
Scarica i file di estensione Fbclid Remover 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
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.
Informazioni di Base sull'Estensione
Nome | Fbclid Remover |
ID | cjbkbpgglhgohpelagbaebbmhjlckgoe |
URL Ufficiale | https://chrome.google.com/webstore/detail/fbclid-remover/cjbkbpgglhgohpelagbaebbmhjlckgoe |
Descrizione | Removes Fbclid when copying addresses for sharing. |
Dimensione del File | 9.56 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-12-14 |
Data di Pubblicazione | 2019-12-14 |
Sviluppatore | unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |