Fbclid Remover
Removes Fbclid when copying addresses for sharing.
Co to jest Fbclid Remover?
Fbclid Remover to rozszerzenie Chrome opracowane przez unknown, a jego główną funkcją jest „Removes Fbclid when copying addresses for sharing.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fbclid Remover
Pobierz pliki rozszerzeń Fbclid Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Fbclid Remover |
ID | cjbkbpgglhgohpelagbaebbmhjlckgoe |
Oficjalny URL | https://chrome.google.com/webstore/detail/fbclid-remover/cjbkbpgglhgohpelagbaebbmhjlckgoe |
Opis | Removes Fbclid when copying addresses for sharing. |
Rozmiar pliku | 9.56 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2019-12-14 |
Data Publikacji | 2019-12-14 |
Deweloper | unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |