OPDeals - Find the best deals on OPSkins.com
Highlight the best deals on OPSkins.com!
OPDeals - Find the best deals on OPSkins.com क्या है?
OPDeals - Find the best deals on OPSkins.com https://dino.so द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight the best deals on OPSkins.com!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OPDeals - Find the best deals on OPSkins.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Need Help? Submit bugs through the Chrome Store, Add me on Steam or Tweet me @dinosodev Highlights good deals on OPSkins.com, a community market place for Counter-Strike: Global Offensive. Define custom ranges, colors and border widths! The extension changes the border color of items that the extension determines are "good deals", the logic of the decision is based off if the OP price is lower than the listed price from the steam market. Icons by ChuCHuPALX!
एक्सटेंशन की मूल जानकारी
नाम | OPDeals - Find the best deals on OPSkins.com |
ID | pnmifmjgoddkicidifnaenlagjcofomn |
आधिकारिक URL | https://chromewebstore.google.com/detail/opdeals-find-the-best-dea/pnmifmjgoddkicidifnaenlagjcofomn |
विवरण | Highlight the best deals on OPSkins.com! |
फ़ाइल का आकार | 224 KB |
स्थापना संख्या | 2,782 |
वर्तमान संस्करण | 2.1.5 |
अंतिम अपडेट | 2016-01-30 |
प्रकाशन तिथि | 2016-01-30 |
रेटिंग | 4.12/5 कुल 99 रेटिंग्स |
डेवलपर | https://dino.so |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://dino.so/ |
सहायता पृष्ठ URL | https://twitter.com/dinosodev |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OPDeals - Find the best deals on OPSkins.com", "version": "2.1.5", "manifest_version": 2, "description": "Highlight the best deals on OPSkins.com!", "homepage_url": "http:\/\/dino.so", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options_custom\/index.html", "page_action": { "default_icon": "icons\/icon48.png", "default_title": "OPDeals", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "contextMenus", "notifications", "storage", "https:\/\/opskins.com\/*", "http:\/\/opskins.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/opskins.com\/*", "http:\/\/opskins.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/opskins.com\/*", "http:\/\/opskins.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/jquery\/jquery.animate-shadow-min.js", "js\/jquery\/jquery.livequery.min.js", "src\/core\/item.js", "src\/inject\/inject.js" ] } ] } |