HWSwapWare

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

Co to jest HWSwapWare?

HWSwapWare to rozszerzenie Chrome opracowane przez chickenbellyfinn, a jego główną funkcją jest „Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.”.

Pobierz plik CRX rozszerzenia HWSwapWare

Pobierz pliki rozszerzeń HWSwapWare w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa HWSwapWare HWSwapWare
ID dcdphibeepdpehenljbnififgkkddaom
Oficjalny URL https://chrome.google.com/webstore/detail/hwswapware/dcdphibeepdpehenljbnififgkkddaom
Opis Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
Rozmiar pliku 41.4 KB
Liczba instalacji 1,000
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2017-05-14
Data Publikacji 2017-05-14
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper chickenbellyfinn
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}