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

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

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}