CJW Steam Revamp क्या है?
CJW Steam Revamp https://callumjw.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Currently in BETA. Please send bugs, advice and feedback to [email protected]"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CJW Steam Revamp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a solo project on revamping the whole steam websites (both steamcommunity and steampowered) for Google Chrome. This is currently in BETA so beware when using this. There may be some bugs and A LOT of it is not complete. Got some ideas on how to improve this extension? Found a bug? Send me an email at [email protected] Feel like buying me some popcorn or pepsi? Fancy gifting me steam gifts? You don't have to but here are the links: PayPal - https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YM67FEFKNL2C2 Steam - https://steamcommunity.com/tradeoffer/new/?partner=220202211&token=ejOsEtij
एक्सटेंशन की मूल जानकारी
नाम | CJW Steam Revamp |
ID | ekibkpbobmchiepjbmcinmelddkbddgo |
आधिकारिक URL | https://chromewebstore.google.com/detail/cjw-steam-revamp/ekibkpbobmchiepjbmcinmelddkbddgo |
विवरण | Currently in BETA. Please send bugs, advice and feedback to [email protected] |
फ़ाइल का आकार | 766 KB |
स्थापना संख्या | 10 |
वर्तमान संस्करण | 0.0.15 |
अंतिम अपडेट | 2016-12-03 |
प्रकाशन तिथि | 2016-12-03 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://callumjw.co.uk |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CJW Steam Revamp", "version": "0.0.15", "manifest_version": 2, "description": "Currently in BETA. Please send bugs, advice and feedback to [email protected]", "homepage_url": "http:\/\/callumjw.co.uk", "web_accessible_resources": [ "fonts\/*.*", "templates\/*.html", "logo.png" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/*", "http:\/\/steamcommunity.com\/*" ], "js": [ "jquery.js" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/steamcommunity.com\/*", "http:\/\/steamcommunity.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |