HWSwapWare
Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
Apa itu HWSwapWare?
HWSwapWare adalah ekstensi Chrome yang dikembangkan oleh chickenbellyfinn, dan fitur utamanya adalah "Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.".
Unduh Berkas CRX Ekstensi HWSwapWare
Unduh file ekstensi HWSwapWare dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | dcdphibeepdpehenljbnififgkkddaom |
URL Resmi | https://chrome.google.com/webstore/detail/hwswapware/dcdphibeepdpehenljbnififgkkddaom |
Deskripsi | Replaces heatware URLs with heatware feedback stats on /r/hardwareswap. |
Ukuran File | 41.4 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2017-05-14 |
Tanggal Publikasi | 2017-05-14 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | chickenbellyfinn |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |