Serval
Takealot Price Tracker
Co to jest Serval?
Serval to rozszerzenie Chrome opracowane przez duan-c, a jego główną funkcją jest „Takealot Price Tracker”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Serval
Pobierz pliki rozszerzeń Serval 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
Browser extension that adds links on the Takealot website to give quick access to the Serval Takealot Price Tracker website
Podstawowe informacje o rozszerzeniu
Nazwa | Serval |
ID | cfeefjedanbpihbbcinifmdceolkoaic |
Oficjalny URL | https://chromewebstore.google.com/detail/serval/cfeefjedanbpihbbcinifmdceolkoaic |
Opis | Takealot Price Tracker |
Rozmiar pliku | 13.74 KB |
Liczba instalacji | 219 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2021-12-06 |
Data Publikacji | 2021-12-06 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | duan-c |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Serval", "description": "Takealot Price Tracker", "version": "0.4", "manifest_version": 3, "homepage_url": "https:\/\/github.com\/duan-c\/versal", "author": "Duan Coetzee", "permissions": [], "icons": { "16": "\/images\/serval_16x16.png", "48": "\/images\/serval_48x48.png", "128": "\/images\/serval_128x128.png" }, "action": { "default_icon": { "16": "\/images\/serval_16x16.png", "48": "\/images\/serval_48x48.png", "128": "\/images\/serval_128x128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.takealot.com\/*PLID*" ], "run_at": "document_idle", "all_frames": true, "css": [ "\/src\/inject\/inject.css" ], "js": [ "\/src\/inject\/inject.js" ] } ] } |