FullTube

Enlarge YouTube videos to fill the whole tab.

FullTube là gì?

FullTube là một tiện ích mở rộng Chrome được phát triển bởi ijanos, và tính năng chính của nó là "Enlarge YouTube videos to fill the whole tab.".

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

screenshot

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

Tải xuống các tệp mở rộng FullTube 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

                        Fill the whole tab with a YouTube video without making it fullscreen.                    

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

Tên FullTube FullTube
ID nmabgnejfbfgjdifjflceagbglmllefe
URL Chính Thức https://chromewebstore.google.com/detail/fulltube/nmabgnejfbfgjdifjflceagbglmllefe
Mô tả Enlarge YouTube videos to fill the whole tab.
Kích Thước Tệp 4.65 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-05-01
Ngày Phát Hành 2016-05-01
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ijanos
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ijanos/fulltube
URL Trang Trợ Giúp https://github.com/ijanos/fulltube/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FullTube",
    "version": "1.0",
    "description": "Enlarge YouTube videos to fill the whole tab.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon-128.png",
        "default_title": "Enlarge video"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2
}