Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "version": "2.0.5", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "64": "icon\/64.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "default_locale": "en", "action": [], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8JAPt8bzWSV0QrzJles5pmg2bwOOcP\/5gpynK0EBO4p7MN5dCqbqM1fvDGgerM5nXb8agF6IWt7XV+1ub0dM4uNDc1LdrMgUZD6RO\/OM3KV7cBgJzGjyMs4kfsPL8izR3d6BkWHEQnN3GrIQGzH+Sri\/ZZdqmx8yOhGVDE9TOrulrZ+gLhAkBKlOxPS8131XfYM68jNdTgBzRE7FeyK52OSrYjge+1l7N2SMqEfXIXgUmJJ6y6a04OMhUv9Pfb650KSC2LMz03IP2jjL0j8u8UY9APSpgTcGsYmxuKnAw7H+h0FY6zDIRn56QXSrj\/6dHqbnv9NGVdGXY+p9mLGuSQIDAQAB", "permissions": [ "activeTab", "downloads", "storage", "sidePanel", "scripting" ], "externally_connectable": { "matches": [ "https:\/\/onlineapp.pro\/*", "https:\/\/onlineapp.stream\/*", "https:\/\/onlineapp.live\/*" ] }, "web_accessible_resources": [ { "resources": [ "icon\/16.png", "data\/Extension-Technologies.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html" }, "side_panel": { "default_path": "sidepanel.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-scripts\/content.js" ] } ] }