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_extensionName__",
"short_name": "comment-exporter-for-yt",
"version": "0.0.4.4",
"author": "LimbusCode",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"background": {
"service_worker": "src\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"vendor\/ExtPay.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_idle",
"js": [
"vendor\/ExtPay.js",
"src\/logger.js",
"src\/cscripts.js"
]
}
],
"action": {
"default_popup": "src\/popup.html",
"default_title": "Comment Exporter for Youtube",
"default_icon": {
"16": "img\/16.png",
"24": "img\/24.png",
"32": "img\/32.png",
"48": "img\/48.png",
"64": "img\/64.png",
"128": "img\/128.png"
}
},
"permissions": [
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*",
"https:\/\/*.firebaseio.com\/*",
"https:\/\/invidious.reallyaweso.me\/*",
"https:\/\/iv.melmac.space\/*",
"https:\/\/invidious.materialio.us\/*",
"https:\/\/invidious.privacyredirect.com\/*",
"https:\/\/invidious.nerdvpn.de\/*",
"https:\/\/vid.puffyan.us\/*",
"https:\/\/yt.artemislena.eu\/*",
"https:\/\/inv.tux.pizza\/*",
"https:\/\/invidious.fdn.fr\/*",
"https:\/\/invidious.jing.rocks\/*",
"https:\/\/inv.riverside.rocks\/*",
"https:\/\/invidious.flokinet.to\/*",
"https:\/\/invidious.osi.kr\/*",
"https:\/\/invidious.io.lol\/*",
"https:\/\/invidious.perennialte.ch\/*",
"https:\/\/api.piped.private.coffee\/*",
"https:\/\/pipedapi.kavin.rocks\/*",
"https:\/\/pipedapi.leptons.xyz\/*",
"https:\/\/pipedapi.nosebs.ru\/*",
"https:\/\/pipedapi-libre.kavin.rocks\/*",
"https:\/\/piped-api.privacy.com.de\/*",
"https:\/\/pipedapi.adminforge.de\/*",
"https:\/\/api.piped.yt\/*",
"https:\/\/pipedapi.drgns.space\/*",
"https:\/\/pipedapi.owo.si\/*",
"https:\/\/pipedapi.ducks.party\/*",
"https:\/\/piped-api.codespace.cz\/*",
"https:\/\/pipedapi.reallyaweso.me\/*",
"https:\/\/pipedapi.darkness.services\/*",
"https:\/\/pipedapi.orangenet.cc\/*"
],
"web_accessible_resources": [
{
"resources": [
"src\/export.html"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "img\/16.png",
"24": "img\/24.png",
"32": "img\/32.png",
"48": "img\/48.png",
"64": "img\/64.png",
"128": "img\/128.png"
}
}