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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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