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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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