9gag Volume control

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

9gag Volume controlคืออะไร?

9gag Volume control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DEHbKA และคุณลักษณะหลักของมันคือ "This plugin adds volume control to video files on 9gag."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 9gag Volume control

ดาวน์โหลดไฟล์ส่วนขยาย 9gag Volume control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 9gag Volume control 9gag Volume control
ID eibnpeegkdkfcoaakejdjcimjjncefln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/9gag-volume-control/eibnpeegkdkfcoaakejdjcimjjncefln
คำอธิบาย This plugin adds volume control to video files on 9gag.
ขนาดไฟล์ 13.36 KB
จำนวนการติดตั้ง 759
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2020-04-02
วันที่เผยแพร่ 2020-04-02
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา DEHbKA
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://dehbka.biz.ua
ภาษาที่รองรับ 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"
            ]
        }
    ]
}