HWSwapWare

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

Wat is HWSwapWare?

HWSwapWare is een Chrome-extensie ontwikkeld door chickenbellyfinn, en de belangrijkste functie is "Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.".

Download het CRX-bestand van de extensie HWSwapWare

Download HWSwapWare-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam HWSwapWare HWSwapWare
ID dcdphibeepdpehenljbnififgkkddaom
Officiële URL https://chrome.google.com/webstore/detail/hwswapware/dcdphibeepdpehenljbnififgkkddaom
Beschrijving Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
Bestandsgrootte 41.4 KB
Aantal Installaties 1,000
Huidige Versie 1.4
Laatst Bijgewerkt 2017-05-14
Publicatiedatum 2017-05-14
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar chickenbellyfinn
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}