Fbclid Remover
Removes Fbclid when copying addresses for sharing.
Wat is Fbclid Remover?
Fbclid Remover is een Chrome-extensie ontwikkeld door unknown, en de belangrijkste functie is "Removes Fbclid when copying addresses for sharing.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fbclid Remover
Download Fbclid Remover-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | cjbkbpgglhgohpelagbaebbmhjlckgoe |
| Officiële URL | https://chrome.google.com/webstore/detail/fbclid-remover/cjbkbpgglhgohpelagbaebbmhjlckgoe |
| Beschrijving | Removes Fbclid when copying addresses for sharing. |
| Bestandsgrootte | 9.56 KB |
| Aantal Installaties | 34 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2019-12-14 |
| Publicatiedatum | 2019-12-14 |
| Ontwikkelaar | unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |