Youtube controller

Control Youtube play without visiting the tab.

Youtube controller là gì?

Youtube controller là một tiện ích mở rộng Chrome được phát triển bởi http://iamvp7.in, và tính năng chính của nó là "Control Youtube play without visiting the 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 Youtube controller

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

                        Easily play/pause youtube videos, play next video or replay the video from playlist without visit the youtube tab.                    

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

Tên Youtube controller Youtube controller
ID fioanlgpncojcmfckbobmkhemdjdppoc
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-controller/fioanlgpncojcmfckbobmkhemdjdppoc
Mô tả Control Youtube play without visiting the tab.
Kích Thước Tệp 28.38 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-04-01
Ngày Phát Hành 2017-04-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://iamvp7.in
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube controller",
    "description": "Control Youtube play without visiting the tab.",
    "homepage_url": "http:\/\/iamvp7.github.io\/",
    "version": "1.0",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Control your Youtube Player",
        "default_popup": "popup\/youtube.html"
    }
}