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": "YouTube Tags Extractor", "description": "Extract youtube tags from YouTube video page", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "YouTube Tag Extractor" }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "permissions": [ "scripting", "activeTab" ] }