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": "__MSG_application_t__", "description": "__MSG_application_d__", "default_locale": "en", "version": "1.5.1", "icons": { "128": "image\/movie3.png", "256": "image\/movie2.png", "512": "image\/movie1.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content\/content_main.js" ], "run_at": "document_end" } ], "permissions": [ "webNavigation", "storage" ], "web_accessible_resources": [ { "resources": [ "*.js" ], "matches": [ "https:\/\/*\/*" ] } ] }