Dropbot Supreme
Supreme Bot
Dropbot Supremeとは何ですか?
Dropbot Supremeはhttp://dropbot.frによって開発されたChromeの拡張機能で、その主な機能は「Supreme Bot」です。
拡張機能のスクリーンショット
Dropbot Supreme拡張機能のCRXファイルをダウンロード
Dropbot Supreme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Dropbot Supreme Plus d'info à https://www.dropbot.fr
拡張機能の基本情報
名前 | |
ID | ecdbgcbpcodbempkbkoelmbnejphdcfa |
公式URL | https://chrome.google.com/webstore/detail/dropbot-supreme/ecdbgcbpcodbempkbkoelmbnejphdcfa |
説明 | Supreme Bot |
ファイルサイズ | 1.28 MB |
インストール数 | 22 |
現在のバージョン | 10.0.2 |
最終更新日 | 2019-05-06 |
公開日 | 2019-05-06 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | http://dropbot.fr |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://dropbot.fr |
ヘルプページのURL | https://dropbot.fr |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dropbot Supreme", "description": "Supreme Bot", "version": "10.0.2", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "index.html?popup=true", "default_icon": "assets\/img\/icon.png" }, "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "options_page": "index.html", "permissions": [ "activeTab", "contentSettings", "cookies", "storage", "webNavigation", "background", "notifications", "webRequest", "webRequestBlocking", "*:\/\/*.supremenewyork.com\/*", "http:\/\/localhost:3000\/*", "https:\/\/api.dropbot.fr\/*", "http:\/\/www.supremenewyork.com\/mobile_stock.json", "downloads" ], "content_scripts": [ { "matches": [ "*:\/\/*.supremenewyork.com\/*" ], "js": [ "extension.js" ] } ] } |