Remove Amazon tag and ref links
Removes Amazon tags, item names, and refs from links
Co to jest Remove Amazon tag and ref links?
Remove Amazon tag and ref links to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Removes Amazon tags, item names, and refs from links”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Remove Amazon tag and ref links
Pobierz pliki rozszerzeń Remove Amazon tag and ref links 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
When directed to an Amazon link, it will strip out any affiliate links, product names, or tracking references from the URL. Leaving you with a much shorter URL to copy/paste.
Podstawowe informacje o rozszerzeniu
Nazwa | Remove Amazon tag and ref links |
ID | idoiiaaneaalcjpokjiaopdcbikfjkgi |
Oficjalny URL | https://chromewebstore.google.com/detail/remove-amazon-tag-and-ref/idoiiaaneaalcjpokjiaopdcbikfjkgi |
Opis | Removes Amazon tags, item names, and refs from links |
Rozmiar pliku | 3.76 KB |
Liczba instalacji | 435 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2017-06-19 |
Data Publikacji | 2017-06-19 |
Ocena | 3.00/5 Łącznie 2 Oceny |
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": "Remove Amazon tag and ref links", "description": "Removes Amazon tags, item names, and refs from links", "version": "0.4", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/amazon.com\/*", "*:\/\/amazon.co.uk\/*" ], "background": { "scripts": [ "backgroundscript.js" ], "persistent": true } } |