HWSwapWare

Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.

Co je HWSwapWare?

HWSwapWare je rozšíření Chrome vyvinuté chickenbellyfinn, a jeho hlavní funkcí je „Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.“.

Stáhnout soubor CRX rozšíření HWSwapWare

Stáhněte si soubory rozšíření HWSwapWare ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Replaces heatware profile URLs in the hardwareswap subreddit with the actual stats from the profile (positive/negative/neutral). The stats can be click on to view the profile page on heatware.                    

Základní Informace o Rozšíření

Název HWSwapWare HWSwapWare
ID dcdphibeepdpehenljbnififgkkddaom
Oficiální URL https://chrome.google.com/webstore/detail/hwswapware/dcdphibeepdpehenljbnififgkkddaom
Popis Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
Velikost souboru 41.4 KB
Počet instalací 1,000
Aktuální Verze 1.4
Poslední Aktualizace 2017-05-14
Datum Vydání 2017-05-14
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář chickenbellyfinn
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HWSwapWare",
    "version": "1.4",
    "description": "Replaces heatware URLs with heatware feedback stats on \/r\/hardwareswap.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/hardwareswap\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/www.heatware.com\/",
        "https:\/\/heatware.com\/"
    ]
}