HWSwapWare
Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
HWSwapWare क्या है?
HWSwapWare chickenbellyfinn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces heatware URLs with heatware feedback stats on /r/hardwareswap."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HWSwapWare एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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\/" ] } |