Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Valorant Bot(unofficial) Extension", "description": "\u3053\u306e\u62e1\u5f35\u6a5f\u80fd\u306fDiscord Bot\u306e\u300cValorant Bot(unofficial)\u300d\u306e\u62e1\u5f35\u6a5f\u80fd\u3068\u3057\u3066\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\uff01\n\u30e6\u30fc\u30b6\u30fc\u540d\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u5fc5\u8981\u7121\u304f\u306a\u308a\u307e\u3059\uff01\n\u52a0\u3048\u30662\u6bb5\u968e\u8a8d\u8a3c\u306b\u3082\u5bfe\u5fdc\u3057\u307e\u3057\u305f\uff01\n\u5e83\u544a\u3082\u4e00\u5207\u7121\u3044\u3067\u3059\uff01", "version": "1.0.4", "action": { "default_popup": "popup\/popup.html", "default_icon": "images\/Valorant-Bot-Icon_x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/*.valobot.net\/*", "https:\/\/*.playvalorant.com\/*" ], "js": [ "scripts\/content.js" ] } ], "host_permissions": [ "http:\/\/localhost:3000\/*", "https:\/\/*.valobot.net\/*", "https:\/\/*.playvalorant.com\/*", "https:\/\/*.riotgames.com\/*" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/Valorant-Bot-Icon_x16.png", "32": "images\/Valorant-Bot-Icon_x32.png", "48": "images\/Valorant-Bot-Icon_x48.png", "128": "images\/Valorant-Bot-Icon_x128.png" }, "permissions": [ "storage", "cookies", "webNavigation" ] }