Better Instagram Videos: Playback & Volume

Easily control the playback and volume of any Instagram videos.

ما هو Better Instagram Videos: Playback & Volume؟

Better Instagram Videos: Playback & Volume هو إضافة Chrome تم تطويرها بواسطة https://emirkabal.com، والميزة الرئيسية لها هي "Easily control the playback and volume of any Instagram videos.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Better Instagram Videos: Playback & Volume

قم بتنزيل ملفات الامتداد Better Instagram Videos: Playback & Volume بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Enhances your Instagram experience by allowing easy video playback and volume adjustment.

Features:
- Playback/seek control
- Volume control (remembered)
- Downloadable video
- Supports all videos on the Instagram except stories section

Github: https://github.com/emirkabal/better-instagram-videos

Legal:
Instagram is a registered trademark. This extension was developed independently of Instagram, by someone who is not related or affiliated with Instagram, without any help or endorsement from them.                    

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

الاسم Better Instagram Videos: Playback & Volume Better Instagram Videos: Playback & Volume
ID ijgmchfimkocepiapjeoehcicfnhhchp
عنوان URL الرسمي https://chromewebstore.google.com/detail/better-instagram-videos-p/ijgmchfimkocepiapjeoehcicfnhhchp
الوصف Easily control the playback and volume of any Instagram videos.
حجم الملف 66.96 KB
عدد التثبيتات 68
النسخة الحالية 1.0.5
آخر تحديث 2023-12-26
تاريخ النشر 2023-12-26
تقييم 5.00/5 مجموع تقييمات 2
المطور https://emirkabal.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/emirkabal/better-instagram-videos/issues
اللغات المدعومة de,en,fr,nl,tr,es,it,pl,pt-BR,el,bg,ru,uk,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.5",
    "action": [],
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader-3b2f4b6d.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "assets\/main-e5d4be7f.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "resources": [
                "assets\/main.tsx-a0f12a38.js"
            ],
            "use_dynamic_url": true
        }
    ]
}