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 Comment Exporter",
"version": "1.1.0",
"description": "Exports YouTube video comments to CSV, XLSX, JSON, or PDF formats. Premium features include batch export and more!",
"permissions": [
"activeTab",
"scripting",
"downloads",
"storage"
],
"host_permissions": [
"https:\/\/ytbcommentexporter-pay.aikc.net\/*",
"https:\/\/*.youtube.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
}
}