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", "name": "Subturtle", "description": "Learn English from any subtitle on Internet", "version": "1.7.0", "manifest_version": 3, "icons": { "128": "\/assets\/logo-128.png", "256": "\/assets\/logo-240.png" }, "permissions": [ "activeTab", "tabs", "storage", "identity" ], "host_permissions": [ "https:\/\/www.subturtle.app\/", "https:\/\/www.dashboard.subturtle.app\/", "https:\/\/translation.googleapis.com\/", "https:\/\/api-js.mixpanel.com" ], "oauth2": { "client_id": "344321252651-5db3ijl3vuqds5u1acbrkv0vhnsamqk1.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*", "https:\/\/www.youtube.com\/*" ], "css": [], "js": [ "main.js" ] }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "\/assets\/style\/youtube.css" ] } ] }