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 Subscriptions Transfer",
"description": "Transferring subscriptions from one YouTube account to another",
"version": "1.8.9",
"author": "[email protected]",
"homepage_url": "https:\/\/biplobsd.github.io\/apps\/view\/yst.md",
"icons": {
"16": "src\/assets\/icons\/icon16.png",
"32": "src\/assets\/icons\/icon32.png",
"48": "src\/assets\/icons\/icon48.png",
"128": "src\/assets\/icons\/icon128.png"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-Da7hLR2u.js"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"options_ui": {
"page": "src\/options\/options.html",
"open_in_tab": false
},
"action": {
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"16": "src\/assets\/icons\/icon16.png",
"32": "src\/assets\/icons\/icon32.png",
"48": "src\/assets\/icons\/icon48.png",
"128": "src\/assets\/icons\/icon128.png"
}
},
"side_panel": {
"default_path": "src\/sidebar\/sidebar.html"
},
"permissions": [
"tabs",
"identity",
"storage",
"sidePanel"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"resources": [
"assets\/misc-oA1aQyn8.js",
"assets\/communication-D81wHOxS.js",
"assets\/index.ts-CU-p1R_w.js"
],
"use_dynamic_url": false
}
]
}