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", "author": "https:\/\/t.me\/dolmatov_developer", "name": "__MSG_name__", "description": "__MSG_description__", "manifest_version": 3, "default_locale": "en", "short_name": "BotMate", "version": "1.1.4", "action": { "default_icon": { "38": "img\/38.png" }, "default_popup": "popup.html", "default_title": "__MSG_title__" }, "icons": { "16": "img\/16.png", "38": "img\/38.png", "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "storage", "cookies" ], "host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "web_accessible_resources": [ { "resources": [ "popup.html", "_locales\/*" ], "matches": [ "https:\/\/*\/*" ] } ] }