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", "name": "__MSG_appName__", "description": "Automatic Capture Chrome Extension", "version": "0.3.17", "manifest_version": 3, "default_locale": "en", "host_permissions": [ "<all_urls>" ], "permissions": [ "tabs", "storage", "cookies", "scripting", "alarms", "sidePanel", "unlimitedStorage", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "service_worker": "assets\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "assets\/pretendard-variable.css" ], "js": [ "assets\/content.js" ], "all_frames": true, "match_about_blank": true, "run_at": "document_idle" } ], "icons": { "16": "assets\/logo\/stephow_logo.png", "32": "assets\/logo\/stephow_logo.png", "48": "assets\/logo\/stephow_logo.png", "128": "assets\/logo\/stephow_logo.png" }, "action": { "default_title": "StepHow" }, "side_panel": { "default_path": "app\/index.html" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "\/locales\/*\/*", "_locales\/*\/*" ], "matches": [ "<all_urls>" ] } ] }