Serval
Takealot Price Tracker
Wat is Serval?
Serval is een Chrome-extensie ontwikkeld door duan-c, en de belangrijkste functie is "Takealot Price Tracker".
Extensie Screenshots
Download het CRX-bestand van de extensie Serval
Download Serval-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
Browser extension that adds links on the Takealot website to give quick access to the Serval Takealot Price Tracker website
Basisinformatie over de Extensie
Naam | Serval |
ID | cfeefjedanbpihbbcinifmdceolkoaic |
Officiële URL | https://chromewebstore.google.com/detail/serval/cfeefjedanbpihbbcinifmdceolkoaic |
Beschrijving | Takealot Price Tracker |
Bestandsgrootte | 13.74 KB |
Aantal Installaties | 219 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2021-12-06 |
Publicatiedatum | 2021-12-06 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | duan-c |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |