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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dino.so, και η κύρια λειτουργία του είναι "Highlight the best deals on OPSkins.com!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OPDeals - Find the best deals on OPSkins.com
Λήψη αρχείων επέκτασης OPDeals - Find the best deals on OPSkins.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } ] } |