HWSwapWare

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

什麼是HWSwapWare?

HWSwapWare是由chickenbellyfinn開發的Chrome擴展程式,該擴展的主要功能是“Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.”。

下載HWSwapWare擴展crx文件

下載HWSwapWare擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 HWSwapWare HWSwapWare
ID dcdphibeepdpehenljbnififgkkddaom
官方網址 https://chrome.google.com/webstore/detail/hwswapware/dcdphibeepdpehenljbnififgkkddaom
簡介 Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
檔案大小 41.4 KB
安裝次數 1,000
目前版本 1.4
更新時間 2017-05-14
上架時間 2017-05-14
評分 5.00/5 共 3 次評分
開發者 chickenbellyfinn
付費類型 free
支援的語言 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\/"
    ]
}