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": "Search by Subtitles\/CC for Youtube\u2122", "version": "1.1", "description": "Search for videos on Youtube\u2122 by Subtitles\/CC in a specified language.", "icons": { "128": "img\/CC-icon-128.png" }, "author": "Kristijan Rosandi\u0107", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content-script.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ { "resources": [ "*.svg" ], "matches": [ "<all_urls>" ] } ] }