HWSwapWare

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

HWSwapWare là gì?

HWSwapWare là một tiện ích mở rộng Chrome được phát triển bởi chickenbellyfinn, và tính năng chính của nó là "Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.".

Tải xuống tệp CRX của tiện ích mở rộng HWSwapWare

Tải xuống các tệp mở rộng HWSwapWare dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HWSwapWare HWSwapWare
ID dcdphibeepdpehenljbnififgkkddaom
URL Chính Thức https://chrome.google.com/webstore/detail/hwswapware/dcdphibeepdpehenljbnififgkkddaom
Mô tả Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
Kích Thước Tệp 41.4 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2017-05-14
Ngày Phát Hành 2017-05-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển chickenbellyfinn
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}