Serval

Takealot Price Tracker

Servalとは何ですか?

Servalはduan-cによって開発されたChromeの拡張機能で、その主な機能は「Takealot Price Tracker」です。

拡張機能のスクリーンショット

screenshot
screenshot

Serval拡張機能のCRXファイルをダウンロード

Serval拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Serval Serval
ID cfeefjedanbpihbbcinifmdceolkoaic
公式URL https://chromewebstore.google.com/detail/serval/cfeefjedanbpihbbcinifmdceolkoaic
説明 Takealot Price Tracker
ファイルサイズ 13.74 KB
インストール数 219
現在のバージョン 0.4
最終更新日 2021-12-06
公開日 2021-12-06
評価 5.00/5 合計 3 レビュー
開発者 duan-c
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}