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

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

                        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
URL страницы помощи 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"
            ]
        }
    ]
}