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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}