Tubo

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

什麼是Tubo?

Tubo是由kamal.bennani.b開發的Chrome擴展程式,該擴展的主要功能是“This application will allow you to continue surfing the net while watching Youtube Videos”。

擴展截圖

screenshot
screenshot
screenshot

下載Tubo擴展crx文件

下載Tubo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Tubo Tubo
ID bcohgdepkcjeepnpjdmgpdoilalpgkni
官方網址 https://chrome.google.com/webstore/detail/tubo/bcohgdepkcjeepnpjdmgpdoilalpgkni
簡介 This application will allow you to continue surfing the net while watching Youtube Videos
檔案大小 429 KB
安裝次數 10
目前版本 1.5
更新時間 2016-01-08
上架時間 2016-01-08
評分 4.67/5 共 3 次評分
開發者 kamal.bennani.b
付費類型 free
支援的語言 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:\/\/*\/*"
    ]
}