9gag Volume control

This plugin adds volume control to video files on 9gag.

9gag Volume control là gì?

9gag Volume control là một tiện ích mở rộng Chrome được phát triển bởi DEHbKA, và tính năng chính của nó là "This plugin adds volume control to video files on 9gag.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 9gag Volume control

Tải xuống các tệp mở rộng 9gag Volume control 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

                        This plugin adds volume/sound control to video files on 9gag.                    

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

Tên 9gag Volume control 9gag Volume control
ID eibnpeegkdkfcoaakejdjcimjjncefln
URL Chính Thức https://chromewebstore.google.com/detail/9gag-volume-control/eibnpeegkdkfcoaakejdjcimjjncefln
Mô tả This plugin adds volume control to video files on 9gag.
Kích Thước Tệp 13.36 KB
Số Lần Cài Đặt 759
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2020-04-02
Ngày Phát Hành 2020-04-02
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển DEHbKA
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://dehbka.biz.ua
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag Volume control",
    "version": "0.3",
    "description": "This plugin adds volume control to video files on 9gag.",
    "author": "[email protected]",
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": "\/icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/9gag.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}