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": "HR Crusher", "version": "1.4", "description": "Suggests answers to questions", "homepage_url": "https:\/\/hrcrusher.ru", "icons": { "16": "icons\/logo16.png", "32": "icons\/logo32.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "host_permissions": [ "https:\/\/hrcrusher.ru\/*" ], "permissions": [ "storage" ], "action": { "default_title": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \"\u041d\u0430\u0447\u0430\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\"" }, "background": { "service_worker": "background.js", "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/forms\/*", "https:\/\/forms.yandex.ru\/*" ], "js": [ "content_scripts\/quest-crusher.js" ] }, { "matches": [ "https:\/\/hrcrusher.ru\/*" ], "js": [ "content_scripts\/newcomer-helper.js" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "content_scripts\/google-forms.js", "content_scripts\/yandex-forms.js", "content_scripts\/spinner.js", "icons\/logo48.png" ] } ] }