instagram video progress bar

Add a progress bar to the instagram homepage video

instagram video progress bar là gì?

instagram video progress bar là một tiện ích mở rộng Chrome được phát triển bởi provisional.anonymous, và tính năng chính của nó là "Add a progress bar to the instagram homepage video".

Ả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 instagram video progress bar

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

                        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                    

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

Tên instagram video progress bar instagram video progress bar
ID dkijpjjcpldkkadpgjimgkkejemapbgm
URL Chính Thức https://chrome.google.com/webstore/detail/instagram-video-progress/dkijpjjcpldkkadpgjimgkkejemapbgm
Mô tả Add a progress bar to the instagram homepage video
Kích Thước Tệp 23.34 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-03-17
Ngày Phát Hành 2023-03-17
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển provisional.anonymous
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}