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": "Youtube Playlist Exporter",
"version": "1.0.3",
"description": "Easy extract and export information from YouTube playlists into CSV",
"action": {
"default_icon": ".\/assets\/icon128.png",
"default_popup": ".\/popup\/index.html"
},
"options_ui": {
"page": ".\/options\/index.html",
"open_in_tab": true
},
"background": {
"service_worker": ".\/background.js"
},
"icons": {
"16": ".\/assets\/icon16.png",
"32": ".\/assets\/icon32.png",
"48": ".\/assets\/icon48.png",
"128": ".\/assets\/icon128.png"
},
"permissions": [
"identity"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"oauth2": {
"client_id": "254942116936-3trskk2k1ov02tbrejttrt6mepbfpvnu.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
}
}