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": "Arizona Helper by Sakai", "description": "\u0421\u043a\u0440\u0438\u043f\u0442 \u0434\u043b\u044f \u0431\u044b\u0441\u0442\u0440\u043e\u0439 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0436\u0430\u043b\u043e\u0431 \u0441 \u043a\u0430\u0441\u0442\u043e\u043c\u043d\u044b\u043c\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0430\u043c\u0438, \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f\u043c\u0438 \u0438 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0435\u0439 \u0441 \u0438\u043a\u043e\u043d\u043a\u0430\u043c\u0438.", "version": "5.6", "author": "Ai_Sakai", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "tabs", "scripting", "alarms" ], "host_permissions": [ "https:\/\/admin.arztools.tech\/*", "https:\/\/arizonarp.logsparser.info\/*", "https:\/\/vktransfer-helper-proxy.onrender.com\/*", "https:\/\/arizona-helper-api.onrender.com\/*", "https:\/\/api.vk.ru\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/forum.arizona-rp.com\/*", "https:\/\/arizonarp.logsparser.info\/*" ], "js": [ "script.js" ], "css": [ "styles.css" ] } ], "action": { "default_popup": "popup.html", "default_title": "Arizona Helper", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "web_accessible_resources": [ { "resources": [ "icons\/regular.svg", "icons\/logo.png", "icons\/fab-icon-forum.png", "icons\/fab-icon-logs.png" ], "matches": [ "https:\/\/forum.arizona-rp.com\/*", "https:\/\/arizonarp.logsparser.info\/*", "https:\/\/api.vk.ru\/*" ] } ] }