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, "default_locale": "en", "name": "ImageTextExtract - Extract Text from Image, Videos, and More", "version": "0.0.6", "description": "Unlock the power of \"ImageTextExtract\" the ultimate tool to extract text from images, videos, and visual content.", "permissions": [ "storage", "activeTab" ], "background": { "service_worker": "background.iife.js", "type": "module" }, "action": { "default_popup": "popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "content-ui\/index.iife.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "css": [ "content.css" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] }