Gfycat Volume Control

Adds a volume control slider to Gfycat gifs with sound.

Gfycat Volume Control là gì?

Gfycat Volume Control là một tiện ích mở rộng Chrome được phát triển bởi Jason, và tính năng chính của nó là "Adds a volume control slider to Gfycat gifs with sound.".

Ả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 Gfycat Volume Control

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

                        Allows for audio control of Gfycat gifs with sound. Also remembers the previous sound level for future gifs.                    

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

Tên Gfycat Volume Control Gfycat Volume Control
ID kbmgipmgemeiiglekhhfdnlldbjhgjff
URL Chính Thức https://chromewebstore.google.com/detail/gfycat-volume-control/kbmgipmgemeiiglekhhfdnlldbjhgjff
Mô tả Adds a volume control slider to Gfycat gifs with sound.
Kích Thước Tệp 12.03 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-04-20
Ngày Phát Hành 2021-04-19
Nhà Phát Triển Jason
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Sentinent/GfycatVolumeControl
URL Trang Trợ Giúp https://github.com/Sentinent/GfycatVolumeControl
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gfycat Volume Control",
    "version": "0.0.1",
    "icons": {
        "128": "icon128.png"
    },
    "description": "Adds a volume control slider to Gfycat gifs with sound.",
    "homepage_url": "https:\/\/github.com\/Sentinent\/GfycatVolumeControl",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gfycat.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "stylesheet.css"
            ]
        }
    ]
}