InstaVolume

Extension that adds controls to the Instagram videos.

ما هو InstaVolume؟

InstaVolume هو إضافة Chrome تم تطويرها بواسطة DedaDev، والميزة الرئيسية لها هي "Extension that adds controls to the Instagram videos.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة InstaVolume

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

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

                        Extension that adds controls to the Instagram videos, which allows you to change the volume, jump to specific time etc.                    

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

الاسم InstaVolume InstaVolume
ID fijibcffnfpfeohnokdhdgppnhhmhpln
عنوان URL الرسمي https://chromewebstore.google.com/detail/instavolume/fijibcffnfpfeohnokdhdgppnhhmhpln
الوصف Extension that adds controls to the Instagram videos.
حجم الملف 21.07 KB
عدد التثبيتات 66
النسخة الحالية 0.0.2
آخر تحديث 2020-04-09
تاريخ النشر 2020-04-09
تقييم 1.00/5 مجموع تقييمات 1
المطور DedaDev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InstaVolume",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Extension that adds controls to the Instagram videos.",
    "homepage_url": "http:\/\/dedadev.top",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/www.instagram.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}