Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Nov 27, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AMV Playlist Sync & Send to AMV.Art",
"version": "1.2.0",
"description": "Sign in with Google, pick a playlist, and sync AMVs to amv.art.",
"permissions": [
"identity",
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"oauth2": {
"client_id": "693824624560-foeccfbb2kbrdeo5potl6jrilj82t8h3.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/youtube.readonly",
"openid",
"email",
"profile"
]
},
"background": {
"service_worker": "background.js"
},
"options_page": "options.html",
"action": {
"default_title": "amv.art",
"default_popup": "options.html"
},
"icons": {
"16": "assets\/amv.art-icon-16.png",
"48": "assets\/amv.art-icon-48.png",
"128": "assets\/amv.art-icon-128.png"
}
}