Youtube Full Screen(unrestricted)

This extension lets you play youtube video in full browser window. Updated to fix new change

Youtube Full Screen(unrestricted) là gì?

Youtube Full Screen(unrestricted) là một tiện ích mở rộng Chrome được phát triển bởi pawanth, và tính năng chính của nó là "This extension lets you play youtube video in full browser window. Updated to fix new change".

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

Tải xuống tệp CRX của tiện ích mở rộng Youtube Full Screen(unrestricted)

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

                        ***NEW***
  Updated to fix new change in youtube, causing file download
*********

Youtube Full Screen(unrestricted), chrome extension, lets users play youtube video in full browser window.
It gives users full screen view with advantage of switching between tabs or another applications.  

With this extension user can view restricted videos ( with few exceptions) without logging in to youtube.                    

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

Tên Youtube Full Screen(unrestricted) Youtube Full Screen(unrestricted)
ID ahhpplghjcmkafbdckegaaolclopkbad
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-full-screenunrest/ahhpplghjcmkafbdckegaaolclopkbad
Mô tả This extension lets you play youtube video in full browser window. Updated to fix new change
Kích Thước Tệp 11.62 KB
Số Lần Cài Đặt 439
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2017-03-03
Ngày Phát Hành 2017-03-03
Đánh Giá 3.06/5 Tổng số 17 Đánh Giá
Nhà Phát Triển pawanth
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 Full Screen(unrestricted)",
    "description": "This extension lets you play youtube video in full browser window. Updated to fix new change",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Youtube full screen"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}