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": "__MSG_appDesc__", "default_locale": "en", "version": "2.8.4", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnYb+zwjLPbhjLN9VIdthAypd9cO8ewAUzvNXWyC7MLBhALYOv2mH4yUuxZGBGD+ZXgepRWdCO3UjVIjM0Vg0iICe+TbEL76\/mFPqF6qyqVMWWRzlLVlXmU8m7LxDok9Os0UUfFf72CgbqX9fh6CGttijZyeDWTrIvg9DXUFXmTzQH5kHX0kvl7LLQ20nsi5Sn22um4SzBXYtRAKif8ZpZwWnGb6A0Wzee2tfORFLk2lrleX5CJcgDXrtWXjruz0pT1x2j7vQmJntJi+Hz6P1HPOLJCEWPT5DH7BVVChEdv1XFRFdW\/o0xP49gjt0vtz2J9jmKS3dzYsQQwf7fPyYHQIDAQAB", "oauth2": { "client_id": "1094587915437-2jd7sltp2ebq516mpned1obr0p6lrkmg.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "permissions": [ "identity", "storage" ], "background": { "service_worker": "background.bundle.js", "type": "module" }, "action": { "default_icon": { "16": "images\/16x16.png", "48": "images\/48x48.png", "64": "images\/64x64.png", "96": "images\/96x96.png", "128": "images\/128x128.png" }, "default_popup": ".\/html\/popup_options\/index.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "contentscript\/index.bundle.js" ], "css": [ "contentscript\/yt_to_text.css" ], "all_frames": false }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "contentscript\/index.bundle.js", "contentscript\/tag.js" ], "css": [ "contentscript\/yt_to_text.css" ], "all_frames": false } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "64": "images\/64x64.png", "96": "images\/96x96.png", "128": "images\/128x128.png" }, "web_accessible_resources": [ { "resources": [ "html\/popup_options\/index.html" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "https:\/\/yt-to-text.com\/*" ] } }