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": "Video Quality Enhancer Extension: ClipMage AI", "version": "0.1", "description": "AI Powered Video Quality Enhancement for all videos in chrome. ", "options_ui": { "page": "src\/pages\/options\/index.html" }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_icon": "icon-34.png" }, "devtools_page": "src\/pages\/devtools\/index.html", "side_panel": { "default_path": "src\/pages\/panel\/index.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "sidePanel", "scripting", "activeTab", "storage", "identity" ], "oauth2": { "client_id": "691290769471-ncg2fb7jd9pn7v2qavqrklb6nkd68gab.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "contentStyle.css" ] } ], "web_accessible_resources": [ { "resources": [ "contentStyle.css", "icon-128.png", "icon-34.png", "https:\/\/accounts.google.com\/gsi\/client" ], "matches": [] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }