HWSwapWare

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

What is HWSwapWare?

HWSwapWare is a Chrome extension developed by chickenbellyfinn, and its main feature is "Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.".

Download HWSwapWare Extension CRX File

Download HWSwapWare 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

                        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.                    

Extension Basic Information

Name HWSwapWare HWSwapWare
ID dcdphibeepdpehenljbnififgkkddaom
Official URL https://chrome.google.com/webstore/detail/hwswapware/dcdphibeepdpehenljbnififgkkddaom
Description Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
File Size 41.4 KB
Installation Count 1,000
Current Version 1.4
Last Updated 2017-05-14
Publish Date 2017-05-14
Rating 5.00/5 Total 3 Ratings
Developer chickenbellyfinn
Payment Type free
Supported Languages 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\/"
    ]
}