Serval

Takealot Price Tracker

Qu'est-ce que Serval ?

Serval est une extension Chrome développée par duan-c, et sa fonction principale est "Takealot Price Tracker".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Serval

Téléchargez les fichiers d'extension Serval au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Browser extension that adds links on the Takealot website to give quick access to the Serval Takealot Price Tracker website                    

Informations de Base sur l'Extension

Nom Serval Serval
ID cfeefjedanbpihbbcinifmdceolkoaic
URL Officiel https://chromewebstore.google.com/detail/serval/cfeefjedanbpihbbcinifmdceolkoaic
Description Takealot Price Tracker
Taille du Fichier 13.74 KB
Nombre d'Installations 219
Version Actuelle 0.4
Dernière Mise à Jour 2021-12-06
Date de Publication 2021-12-06
Évaluation 5.00/5 Total 3 Évaluations
Développeur duan-c
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}