instagram video progress bar

Add a progress bar to the instagram homepage video

instagram video progress barคืออะไร?

instagram video progress bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย provisional.anonymous และคุณลักษณะหลักของมันคือ "Add a progress bar to the instagram homepage video"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย instagram video progress bar

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

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

                        Add a progress bar to the video on the home page of instagram and display the total time of the video. You can click the progress bar to speed up the playback speed of the video                    

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

ชื่อ instagram video progress bar instagram video progress bar
ID dkijpjjcpldkkadpgjimgkkejemapbgm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/instagram-video-progress/dkijpjjcpldkkadpgjimgkkejemapbgm
คำอธิบาย Add a progress bar to the instagram homepage video
ขนาดไฟล์ 23.34 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2023-03-17
วันที่เผยแพร่ 2023-03-17
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา provisional.anonymous
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "0.0.3",
    "author": "ljk",
    "name": "instagram video progress bar",
    "description": "Add a progress bar to the instagram homepage video",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content-script.82b9980f.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "content-script.61bfc0ef.css"
            ],
            "js": [
                "content-script.82b9980f.js"
            ]
        }
    ]
}