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",
"name": "TubeOptimize Pro",
"version": "2.0.1",
"description": "Advanced YouTube SEO and analytics toolkit for content creators",
"manifest_version": 3,
"permissions": [
"storage",
"tabs",
"activeTab"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*",
"https:\/\/dev.outrightcrm.in\/*",
"https:\/\/outright-openai-1.openai.azure.com\/*",
"https:\/\/api.openai.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
}