Instagram Video Control

Adds volume and play controls to Instagram videos.

Instagram Video Controlคืออะไร?

Instagram Video Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.david-schulte.de และคุณลักษณะหลักของมันคือ "Adds volume and play controls to Instagram videos."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instagram Video Control

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

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

                        This simple web extension enables the native video controls for Instagram videos. This grants you the ability to control the volume and the video position.                    

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

ชื่อ Instagram Video Control Instagram Video Control
ID jlebjkamppjaeoiinkjkgmecoahlefka
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/instagram-video-control/jlebjkamppjaeoiinkjkgmecoahlefka
คำอธิบาย Adds volume and play controls to Instagram videos.
ขนาดไฟล์ 50.32 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2023-07-09
วันที่เผยแพร่ 2023-07-09
ผู้พัฒนา https://www.david-schulte.de
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Arcus92/instagram-video-control
URL หน้าช่วยเหลือ https://github.com/Arcus92/instagram-video-control/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Instagram Video Control",
    "version": "0.1",
    "description": "Adds volume and play controls to Instagram videos.",
    "author": "[email protected]",
    "homepage_url": "https:\/\/github.com\/Arcus92\/instagram-video-control\/",
    "icons": {
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}