Instagram Video Controller

SeekBar control for all Instagram videos (Reels, Stories, Slides Posts)

ما هو Instagram Video Controller؟

Instagram Video Controller هو إضافة Chrome تم تطويرها بواسطة Milad Ghiravani، والميزة الرئيسية لها هي "SeekBar control for all Instagram videos (Reels, Stories, Slides Posts)".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Instagram Video Controller

قم بتنزيل ملفات الامتداد Instagram Video Controller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        With this extension, you can view a seekbar for videos on Instagram's website. Moreover, this extension provides good support for Instagram stories (mentions & links).

* Works with all Instagram videos (Reels, Stories, Slides Posts) as well.
* You can view the video seekbar at the bottom of the Instagram website. 
* To fast forward or rewind the video, simply click anywhere on the seek bar.                    

معلومات أساسية عن التمديد

الاسم Instagram Video Controller Instagram Video Controller
ID afbjmeddhogcgacpeogkmmefbenccbmg
عنوان URL الرسمي https://chromewebstore.google.com/detail/instagram-video-controlle/afbjmeddhogcgacpeogkmmefbenccbmg
الوصف SeekBar control for all Instagram videos (Reels, Stories, Slides Posts)
حجم الملف 64.25 KB
عدد التثبيتات 38
النسخة الحالية 1.3
آخر تحديث 2023-11-28
تاريخ النشر 2023-11-27
تقييم 5.00/5 مجموع تقييمات 8
المطور Milad Ghiravani
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "manifest_version": 3,
    "name": "Instagram Video Controller",
    "version": "1.3",
    "description": "SeekBar control for all Instagram videos (Reels, Stories, Slides Posts)",
    "author": "Milad Ghiravani [email protected]",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/content.js"
            ],
            "css": [
                "styles\/style.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon_16x16.png",
        "32": "img\/icon_32x32.png",
        "48": "img\/icon_48x48.png",
        "128": "img\/icon_128x128.png"
    },
    "action": {
        "default_icon": {
            "128": "img\/icon_128x128.png",
            "16": "img\/icon_16x16.png",
            "48": "img\/icon_48x48.png"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgoGJTP7HesdkjR+dVba0NE4\/dH5JRBsapiDXci\/qd82Kb42c94jPs8Q66yeoCkQ57ZNEBGgXcl9Cj+1gty3KItPSjfUhf8yIP+Ydh\/CFKbEiTZu8b4iUXhfNuU31vHupPIsa+MqnNFdWpDjbWwdjrjQL1zk3egMDYbnakvwPoiqAaSStTmCYfLGx7uq+MqYI5isTpz6W6Y5gmJlkzazglk1zjlQpFPt68\/X8qF2Pz2wJEN0Encve5QMuoaXNy1HaDyJotCQndvTqd3Dj2WirLn2lSGMY5\/j9PLTHAeINjiDJqz4osdM4xg5lNevfHHZLij8308b7WmnnLXPi+jIPxwIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}