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": "YouTube Video Finder", "version": "1.0.0", "description": "Find and recover deleted, private, or unavailable YouTube videos through multiple archive services.", "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/findyoutubevideo.thetechrobo.ca\/*", "https:\/\/youtubefindvideo.studenthc.workers.dev\/*", "https:\/\/api.youtubevideofind.com\/*", "https:\/\/corsproxy.youtubevideofind.com\/*" ], "action": { "default_popup": "popup.html", "default_title": "YouTube Video Finder", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }