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": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"short_name": "subs-imp-ext-for-yt",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA44rrRfLUP52OILTh\/36pUZHtEGKsUr6rEr7yTJ3Z8TpY\/E6TCTxwVoVqxHlde9iz0DjDxy7JWKTWO7DL7dE\/1sfkHjSLZsvqNjXIkUwxJ4j\/kJg2vKilmBbwXqSXCtDRkIWIVD8kzJb7PYwQQPeV6RtorSYr3OcWPnwrxSU0tL9AkuyqEgiELYm56cIPn+ribVHeSw1V8cAeuW+jF\/GjyCRUZMlDoJ1k8mQX3BgERQ7mQHp8IGgK9GJLVzPGyph2Ddtu1BsGlbAijpEmBIXS2M0TBbZ+ORKaqUlN3+veydjMAFSgWfgpwHJ0gi1QdwcalnplLXJtB7EbuMjjad0kMQIDAQAB",
"version": "0.3.9.3",
"author": "LimbusCode",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": "popup.html",
"default_title": "Subscriptions Importer for YT"
},
"permissions": [
"storage",
"tabs",
"scripting",
"clipboardWrite",
"notifications",
"webRequest"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*",
"https:\/\/youtube.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"images\/*.png"
],
"matches": [
"https:\/\/*.youtube.com\/*"
]
}
],
"icons": {
"32": "\/images\/32x32.png",
"128": "\/images\/128x128.png"
}
}