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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/"
    ]
}