Instagram Video Control

Adds volume and play controls to Instagram videos.

什么是Instagram Video Control?

Instagram Video Control是由https://www.david-schulte.de开发的Chrome扩展程序,该扩展的主要功能是“Adds volume and play controls to Instagram videos.”。

扩展截图

screenshot

下载Instagram Video Control扩展crx文件

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