ASOS Discount Tags
Shows how much you'd save for each item in ASOS!
Co to jest ASOS Discount Tags?
ASOS Discount Tags to rozszerzenie Chrome opracowane przez John Rengwu, a jego główną funkcją jest „Shows how much you'd save for each item in ASOS!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ASOS Discount Tags
Pobierz pliki rozszerzeń ASOS Discount Tags 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
Tags that show discounts of each item that's on sale on ASOS.com. It's color-coded too!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ncciljcjappcmmimhgnndopppbccmnik |
Oficjalny URL | https://chromewebstore.google.com/detail/asos-discount-tags/ncciljcjappcmmimhgnndopppbccmnik |
Opis | Shows how much you'd save for each item in ASOS! |
Rozmiar pliku | 16.61 KB |
Liczba instalacji | 89 |
Aktualna Wersja | 0.1.3 |
Ostatnia Aktualizacja | 2019-02-10 |
Data Publikacji | 2019-02-09 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | John Rengwu |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ASOS Discount Tags", "version": "0.1.3", "manifest_version": 2, "description": "Shows how much you'd save for each item in ASOS!", "homepage_url": "http:\/\/www.asos.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.asos.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.asos.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |