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": "Spotlight Lingo \ud83c\udf0e. Translate Subtitles: Youtube, Netflix, Amazon Prime", "version": "1.1.8", "description": "Point your mouse to a subtitles word to translate it on Netflix, Amazon Prime, YouTube \ud83c\uddec\ud83c\udde7\ud83c\uddea\ud83c\uddf8\ud83c\udde9\ud83c\uddea\ud83c\uddeb\ud83c\uddf7\ud83c\uddee\ud83c\uddf9\ud83c\uddf7\ud83c\uddfa", "manifest_version": 3, "background": { "service_worker": "background.62654621.js" }, "action": { "default_icon": { "16": "icon16.103b0331.png", "32": "icon32.34887c6d.png" }, "default_popup": "preferencePopup.694ede40.html" }, "icons": { "16": "icon16.103b0331.png", "32": "icon32.34887c6d.png", "48": "icon48.583a7202.png", "128": "icon128.cded22c7.png", "1024": "icon1024.c3763d72.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.kino.pub\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.primevideo.com\/*" ], "js": [ "contentScript.3be56c0d.js" ], "css": [] } ], "web_accessible_resources": [ { "resources": [ "src\/index.js", "src\/index.css", "images\/demo.webp" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "https:\/\/www.netflix.com\/*", "https:\/\/kino.pub\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.primevideo.com\/*" ], "permissions": [ "storage" ] }