Serval

Takealot Price Tracker

What is Serval?

Serval is a Chrome extension developed by duan-c, and its main feature is "Takealot Price Tracker".

Extension Screenshots

screenshot
screenshot

Download Serval Extension CRX File

Download Serval extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Serval Serval
ID cfeefjedanbpihbbcinifmdceolkoaic
Official URL https://chromewebstore.google.com/detail/serval/cfeefjedanbpihbbcinifmdceolkoaic
Description Takealot Price Tracker
File Size 13.74 KB
Installation Count 219
Current Version 0.4
Last Updated 2021-12-06
Publish Date 2021-12-06
Rating 5.00/5 Total 3 Ratings
Developer duan-c
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}