HWSwapWare
Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
Hvad er HWSwapWare?
HWSwapWare er en Chrome-udvidelse udviklet af chickenbellyfinn, og dens hovedfunktion er "Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.".
Download HWSwapWare-udvidelses-CRX-fil
Download HWSwapWare-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dcdphibeepdpehenljbnififgkkddaom |
Officiel URL | https://chrome.google.com/webstore/detail/hwswapware/dcdphibeepdpehenljbnififgkkddaom |
Beskrivelse | Replaces heatware URLs with heatware feedback stats on /r/hardwareswap. |
Filstørrelse | 41.4 KB |
Antal Installationer | 1,000 |
Nuværende Version | 1.4 |
Senest Opdateret | 2017-05-14 |
Udgivelsesdato | 2017-05-14 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | chickenbellyfinn |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |