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開發的Chrome擴展程式,該擴展的主要功能是“Highlight the best deals on OPSkins.com!”。
擴展截圖
下載OPDeals - Find the best deals on OPSkins.com擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |