Tubo

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

Tubo là gì?

Tubo là một tiện ích mở rộng Chrome được phát triển bởi kamal.bennani.b, và tính năng chính của nó là "This application will allow you to continue surfing the net while watching Youtube Videos".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tubo

Tải xuống các tệp mở rộng Tubo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tubo Tubo
ID bcohgdepkcjeepnpjdmgpdoilalpgkni
URL Chính Thức https://chrome.google.com/webstore/detail/tubo/bcohgdepkcjeepnpjdmgpdoilalpgkni
Mô tả This application will allow you to continue surfing the net while watching Youtube Videos
Kích Thước Tệp 429 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2016-01-08
Ngày Phát Hành 2016-01-08
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển kamal.bennani.b
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}