OPDeals - Find the best deals on OPSkins.com
Highlight the best deals on OPSkins.com!
Qu'est-ce que OPDeals - Find the best deals on OPSkins.com ?
OPDeals - Find the best deals on OPSkins.com est une extension Chrome développée par https://dino.so, et sa fonction principale est "Highlight the best deals on OPSkins.com!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OPDeals - Find the best deals on OPSkins.com
Téléchargez les fichiers d'extension OPDeals - Find the best deals on OPSkins.com 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
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!
Informations de Base sur l'Extension
Nom | OPDeals - Find the best deals on OPSkins.com |
ID | pnmifmjgoddkicidifnaenlagjcofomn |
URL Officiel | https://chromewebstore.google.com/detail/opdeals-find-the-best-dea/pnmifmjgoddkicidifnaenlagjcofomn |
Description | Highlight the best deals on OPSkins.com! |
Taille du Fichier | 224 KB |
Nombre d'Installations | 2,782 |
Version Actuelle | 2.1.5 |
Dernière Mise à Jour | 2016-01-30 |
Date de Publication | 2016-01-30 |
Évaluation | 4.12/5 Total 99 Évaluations |
Développeur | https://dino.so |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://dino.so/ |
URL de la Page d'Aide | https://twitter.com/dinosodev |
Langues Prises en Charge | 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" ] } ] } |