Tubo

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

Hvad er Tubo?

Tubo er en Chrome-udvidelse udviklet af kamal.bennani.b, og dens hovedfunktion er "This application will allow you to continue surfing the net while watching Youtube Videos".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Tubo-udvidelses-CRX-fil

Download Tubo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Tubo Tubo
ID bcohgdepkcjeepnpjdmgpdoilalpgkni
Officiel URL https://chrome.google.com/webstore/detail/tubo/bcohgdepkcjeepnpjdmgpdoilalpgkni
Beskrivelse This application will allow you to continue surfing the net while watching Youtube Videos
Filstørrelse 429 KB
Antal Installationer 10
Nuværende Version 1.5
Senest Opdateret 2016-01-08
Udgivelsesdato 2016-01-08
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler kamal.bennani.b
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/*"
    ]
}