Tubo

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

What is Tubo?

Tubo is a Chrome extension developed by kamal.bennani.b, and its main feature is "This application will allow you to continue surfing the net while watching Youtube Videos".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tubo Extension CRX File

Download Tubo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tubo Tubo
ID bcohgdepkcjeepnpjdmgpdoilalpgkni
Official URL https://chrome.google.com/webstore/detail/tubo/bcohgdepkcjeepnpjdmgpdoilalpgkni
Description This application will allow you to continue surfing the net while watching Youtube Videos
File Size 429 KB
Installation Count 10
Current Version 1.5
Last Updated 2016-01-08
Publish Date 2016-01-08
Rating 4.67/5 Total 3 Ratings
Developer kamal.bennani.b
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}