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 Playlist Search", "version": "2.0.0", "description": "Instantly search inside any YouTube\u2122 playlist.", "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "Search this playlist", "default_popup": "popup.html" }, "icons": { "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "declarativeContent", "tabs", "identity", "storage", "alarms" ], "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/ytb-playlist-search.aikc.net\/*" ], "oauth2": { "client_id": "234966289869-dvhvhj7s4sm6te9bkr0oqqaprd1hh78l.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/youtube.readonly" ] } }