Tubo

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

Cos'è Tubo?

Tubo è un'estensione di Chrome sviluppata da kamal.bennani.b, e la sua funzione principale è "This application will allow you to continue surfing the net while watching Youtube Videos".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tubo

Scarica i file di estensione Tubo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tubo Tubo
ID bcohgdepkcjeepnpjdmgpdoilalpgkni
URL Ufficiale https://chrome.google.com/webstore/detail/tubo/bcohgdepkcjeepnpjdmgpdoilalpgkni
Descrizione This application will allow you to continue surfing the net while watching Youtube Videos
Dimensione del File 429 KB
Conteggio Installazioni 10
Versione Corrente 1.5
Ultimo Aggiornamento 2016-01-08
Data di Pubblicazione 2016-01-08
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore kamal.bennani.b
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}