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.
扩展基本信息
名称 | |
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\/" ] } |