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",
"name": "Tubi: Picture in Picture [QVI]",
"description": "Extension to watch Tubi in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content.",
"version": "1.0.12",
"options_page": "options.html",
"manifest_version": 3,
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.tubitv.com\/*"
],
"action": {
"default_icon": "img\/48pipTubi.png"
},
"content_scripts": [
{
"js": [
"engine.js",
"tubi.min.js",
"baner.js"
],
"css": [
"injected.css",
"baner.css"
],
"matches": [
"*:\/\/*.tubitv.com\/*"
]
}
],
"icons": {
"48": "img\/48pipTubi.png",
"128": "img\/128pipTubi.png"
},
"web_accessible_resources": [
{
"resources": [
"img\/times-solid.svg"
],
"matches": [
"*:\/\/*.tubitv.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
}
}