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": "YouTags - YouTube Tag Extractor", "version": "1.0", "description": "Effortlessly extract YouTube tags and unlock insights for better video performance and SEO!", "permissions": [], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png", "256": "icon256.png" }, "default_title": "YouTags - YouTube Tag Extractor" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ] }