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 Importer & Exporter",
"version": "2.1",
"description": "Export YouTube playlist details to CSV and import playlists from CSV.",
"permissions": [
"tabs",
"scripting",
"downloads",
"storage",
"identity"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*",
"https:\/\/ytbplaylist-pay.aikc.net\/*",
"https:\/\/*.googleapis.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon.png",
"48": "images\/icon.png",
"128": "images\/icon.png"
}
},
"background": {
"service_worker": "service-worker.js"
},
"icons": {
"16": "images\/icon.png",
"48": "images\/icon.png",
"128": "images\/icon.png"
},
"oauth2": {
"client_id": "34811993123-qhif9coh4eratptj3268g24305psb0vp.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/youtube"
]
}
}