SafeDrop Free - Supreme and Palace Helper
SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…
SafeDrop Free - Supreme and Palace Helperとは何ですか?
SafeDrop Free - Supreme and Palace Helperはhttps://safedropbot.comによって開発されたChromeの拡張機能で、その主な機能は「SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…」です。
拡張機能のスクリーンショット
SafeDrop Free - Supreme and Palace Helper拡張機能のCRXファイルをダウンロード
SafeDrop Free - Supreme and Palace Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the time, so you can see immediately, which items are sold out - on Palace we added prices for sold out items too - all transitions on Supreme are deleted - you save time during hard drops FULL VERSION COMING SOON FOR ONLY $39.99
拡張機能の基本情報
名前 | |
ID | cpeeoijdejkfjebiekmjcpnlnkkkcnia |
公式URL | https://chrome.google.com/webstore/detail/cpeeoijdejkfjebiekmjcpnlnkkkcnia |
説明 | SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the… |
ファイルサイズ | 53.84 KB |
インストール数 | 310 |
現在のバージョン | 1.0.2.2 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 4.35/5 合計 17 レビュー |
開発者 | https://safedropbot.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://safedropbot.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [], "manifest_version": 2, "name": "SafeDrop Free - Supreme and Palace Helper", "icons": { "128": "icons\/safedrop.png", "48": "icons\/safedrop.png", "16": "icons\/safedrop.png" }, "browser_action": { "default_popup": "index.html" }, "content_scripts": [ { "js": [ "js\/lib\/jquery-3.3.1.min.js", "js\/palace.js" ], "matches": [ "*:\/\/shop.palaceskateboards.com\/*", "*:\/\/shop-usa.palaceskateboards.com\/*" ], "run_at": "document_end" }, { "js": [ "js\/lib\/jquery-3.3.1.min.js", "js\/supreme.js" ], "matches": [ "*:\/\/www.supremenewyork.com\/shop\/*", "*:\/\/www.supremenewyork.com\/*" ], "run_at": "document_start" }, { "css": [ "css\/supreme.css" ], "matches": [ "*:\/\/www.supremenewyork.com\/*" ] }, { "css": [ "css\/palace.css" ], "matches": [ "*:\/\/*.palaceskateboards.com\/*" ] } ], "version": "1.0.2.2", "version_name": "1.0.2.2" } |