Video controls

This extension always shows the controls over a video/animated gif

Video controls là gì?

Video controls là một tiện ích mở rộng Chrome được phát triển bởi Dumitru Buzoianu, và tính năng chính của nó là "This extension always shows the controls over a video/animated gif".

Ả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 Video controls

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

                        Display controls on GIF/VIDEO files on sites like 9gag or imgur.
Just turn it on and mouse over the animation.                    

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

Tên Video controls Video controls
ID gjljlaipmmjmogcbeabcaelfnbajcpih
URL Chính Thức https://chrome.google.com/webstore/detail/video-controls/gjljlaipmmjmogcbeabcaelfnbajcpih
Mô tả This extension always shows the controls over a video/animated gif
Kích Thước Tệp 54.03 KB
Số Lần Cài Đặt 442
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-05-28
Ngày Phát Hành 2017-05-28
Đánh Giá 2.80/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Dumitru Buzoianu
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video controls",
    "description": "This extension always shows the controls over a video\/animated gif",
    "version": "1.0",
    "browser_action": {
        "default_icon": "off.png",
        "badge_text": "off"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}