7plus-responsive-video

Make the 7+ video player wide and more responsive

7plus-responsive-video là gì?

7plus-responsive-video là một tiện ích mở rộng Chrome được phát triển bởi glen, và tính năng chính của nó là "Make the 7+ video player wide and more responsive".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 7plus-responsive-video

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

                        Make the 7plus video player more responsive. 
This allows the video player to take full use of the available space by slightly rearranging the elements on the page.                    

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

Tên 7plus-responsive-video 7plus-responsive-video
ID pegahkchckmpafkgnobgcpcbhdcobijp
URL Chính Thức https://chromewebstore.google.com/detail/7plus-responsive-video/pegahkchckmpafkgnobgcpcbhdcobijp
Mô tả Make the 7+ video player wide and more responsive
Kích Thước Tệp 3.34 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-07-26
Ngày Phát Hành 2021-07-26
Nhà Phát Triển glen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/GWilts/7plus-responsive-video
URL Trang Trợ Giúp https://github.com/GWilts/7plus-responsive-video
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "7plus-responsive-video",
    "version": "1.0.0",
    "description": "Make the 7+ video player wide and more responsive",
    "short_name": "Make the 7+ video player responsive",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/7plus.com.au\/*"
            ],
            "css": [
                "background.css"
            ]
        }
    ]
}