floatplane-cinema-mode

Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…

floatplane-cinema-mode là gì?

floatplane-cinema-mode là một tiện ích mở rộng Chrome được phát triển bởi boz.black, và tính năng chính của nó là "Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…".

Ả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 floatplane-cinema-mode

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

                        Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the max-width of the video player container to 1920px so that 1080p video is displayed at full resolution. Preference is stored in local storage. I may update this to also apply a semi-opaque layer to the rest of the page for a more immersive viewing experience.                    

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

Tên floatplane-cinema-mode floatplane-cinema-mode
ID illocnfoncohhonnhlpdjafenjndaclo
URL Chính Thức https://chromewebstore.google.com/detail/floatplane-cinema-mode/illocnfoncohhonnhlpdjafenjndaclo
Mô tả Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…
Kích Thước Tệp 27.89 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2019-10-08
Ngày Phát Hành 2019-10-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển boz.black
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mr-black-8/floatplane-cinema-mode
URL Trang Trợ Giúp https://github.com/mr-black-8/floatplane-cinema-mode
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "floatplane-cinema-mode",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.floatplane.com\/*",
                "https:\/\/www.floatplane.com\/*"
            ],
            "css": [
                "fpcm-style.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}