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": "Tubly \u2014 Smart YouTube",
"description": "AI turns YouTube into a daily brief: summaries, jump-back timestamps, transcript, Video title answer (AI).",
"version": "0.3.2",
"icons": {
"16": "icon\/red\/16.png",
"32": "icon\/red\/32.png",
"48": "icon\/red\/48.png",
"128": "icon\/red\/128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "tubly"
},
"permissions": [
"identity",
"tabs",
"storage",
"windows"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*",
"https:\/\/*.tubly.app\/*",
"https:\/\/tubly.app\/*",
"https:\/\/www.googleapis.com\/*",
"https:\/\/openidconnect.googleapis.com\/*",
"https:\/\/accounts.google.com\/*",
"https:\/\/api.tubly.app\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*",
"https:\/\/*.tubly.app\/*",
"https:\/\/tubly.app\/*",
"https:\/\/www.tubly.app\/*"
],
"run_at": "document_start",
"js": [
"content-scripts\/content.js"
]
}
]
}