Tubo

This application will allow you to continue surfing the net while watching Youtube Videos

Co je Tubo?

Tubo je rozšíření Chrome vyvinuté kamal.bennani.b, a jeho hlavní funkcí je „This application will allow you to continue surfing the net while watching Youtube Videos“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tubo

Stáhněte si soubory rozšíření Tubo ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This Application allows you to view any Youtube's video within the current tab.
Tubo is synchronise directly with your Google account.
Enjoy, and let me know your impression.                    

Základní Informace o Rozšíření

Název Tubo Tubo
ID bcohgdepkcjeepnpjdmgpdoilalpgkni
Oficiální URL https://chrome.google.com/webstore/detail/tubo/bcohgdepkcjeepnpjdmgpdoilalpgkni
Popis This application will allow you to continue surfing the net while watching Youtube Videos
Velikost souboru 429 KB
Počet instalací 10
Aktuální Verze 1.5
Poslední Aktualizace 2016-01-08
Datum Vydání 2016-01-08
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář kamal.bennani.b
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "manifest_version": 2,
    "name": "Tubo",
    "version": "1.5",
    "description": "This application will allow you to continue surfing the net while watching Youtube Videos",
    "icons": {
        "48": "tubo_48.png",
        "128": "tubo_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Tubo",
        "default_icon": "tubo_48.png"
    },
    "web_accessible_resources": [
        "css\/*.css",
        "css\/**\/*.*",
        "js\/*.js",
        "js\/**\/*.js",
        "popup.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/fonts.googleapis.com; object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "background",
        "tabs",
        "storage",
        "https:\/\/apis.google.com\/js\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}