Supreme bot
A bot to automatically buy supreme drops
什麼是Supreme bot?
Supreme bot是由senges.alex開發的Chrome擴展程式,該擴展的主要功能是“A bot to automatically buy supreme drops”。
擴展截圖
下載Supreme bot擴展crx文件
下載Supreme bot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Update: Fixed bug that wouldn't allow to select a size
擴展基本資訊
名稱 | |
ID | kmegjnhafkhbpehjllfjgfbnnefjffcm |
官方網址 | https://chrome.google.com/webstore/detail/supreme-bot/kmegjnhafkhbpehjllfjgfbnnefjffcm |
簡介 | A bot to automatically buy supreme drops |
檔案大小 | 125 KB |
安裝次數 | 136 |
目前版本 | 1.1 |
更新時間 | 2019-04-25 |
上架時間 | 2019-04-25 |
開發者 | senges.alex |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Supreme bot", "version": "1.1", "description": "A bot to automatically buy supreme drops", "manifest_version": 2, "background": { "scripts": [ ".\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.supremenewyork.com\/shop\/*" ], "js": [ ".\/bot.js" ] }, { "matches": [ "https:\/\/www.supremenewyork.com\/checkout" ], "js": [ ".\/pay.js" ] } ], "permissions": [ "activeTab", "declarativeContent", "storage" ], "page_action": { "default_popup": ".\/index.html", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "128": "images\/128.png", "256": "images\/256.jpg" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "128": "images\/128.png", "256": "images\/256.jpg" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |