Tubo

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

Qu'est-ce que Tubo ?

Tubo est une extension Chrome développée par kamal.bennani.b, et sa fonction principale est "This application will allow you to continue surfing the net while watching Youtube Videos".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tubo

Téléchargez les fichiers d'extension Tubo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tubo Tubo
ID bcohgdepkcjeepnpjdmgpdoilalpgkni
URL Officiel https://chrome.google.com/webstore/detail/tubo/bcohgdepkcjeepnpjdmgpdoilalpgkni
Description This application will allow you to continue surfing the net while watching Youtube Videos
Taille du Fichier 429 KB
Nombre d'Installations 10
Version Actuelle 1.5
Dernière Mise à Jour 2016-01-08
Date de Publication 2016-01-08
Évaluation 4.67/5 Total 3 Évaluations
Développeur kamal.bennani.b
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}