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 to SEO Article Generator",
"version": "1.0",
"description": "Convert YouTube videos into SEO-optimized articles with DeepSeek R1 AI. Auto-extract subtitles and generate structured content.",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": [],
"side_panel": {
"default_path": "sidebar.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"sidePanel",
"scripting",
"tabs"
],
"host_permissions": [
"https:\/\/chatonline.aikc.net\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/youtube.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"sidebar.html",
"styles.css",
"sidebar.js"
],
"matches": [
"<all_urls>"
]
}
]
}