HWSwapWare
Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
Qu'est-ce que HWSwapWare ?
HWSwapWare est une extension Chrome développée par chickenbellyfinn, et sa fonction principale est "Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.".
Télécharger le fichier CRX de l'extension HWSwapWare
Téléchargez les fichiers d'extension HWSwapWare au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dcdphibeepdpehenljbnififgkkddaom |
URL Officiel | https://chrome.google.com/webstore/detail/hwswapware/dcdphibeepdpehenljbnififgkkddaom |
Description | Replaces heatware URLs with heatware feedback stats on /r/hardwareswap. |
Taille du Fichier | 41.4 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2017-05-14 |
Date de Publication | 2017-05-14 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | chickenbellyfinn |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |