Better Instagram Videos: Playback & Volume

Easily control the playback and volume of any Instagram videos.

Better Instagram Videos: Playback & Volume란 무엇입니까?

Better Instagram Videos: Playback & Volume은(는) https://emirkabal.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily control the playback and volume of any Instagram videos."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Better Instagram Videos: Playback & Volume 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enhances your Instagram experience by allowing easy video playback and volume adjustment.

Features:
- Playback/seek control
- Volume control (remembered)
- Downloadable video
- Supports all videos on the Instagram except stories section

Github: https://github.com/emirkabal/better-instagram-videos

Legal:
Instagram is a registered trademark. This extension was developed independently of Instagram, by someone who is not related or affiliated with Instagram, without any help or endorsement from them.                    

확장 프로그램 기본 정보

이름 Better Instagram Videos: Playback & Volume Better Instagram Videos: Playback & Volume
ID ijgmchfimkocepiapjeoehcicfnhhchp
공식 URL https://chromewebstore.google.com/detail/better-instagram-videos-p/ijgmchfimkocepiapjeoehcicfnhhchp
설명 Easily control the playback and volume of any Instagram videos.
파일 크기 66.96 KB
설치 횟수 68
현재 버전 1.0.5
최근 업데이트 2023-12-26
출시 날짜 2023-12-26
평점 5.00/5 총 2 개의 평점
개발자 https://emirkabal.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/emirkabal/better-instagram-videos/issues
지원되는 언어 de,en,fr,nl,tr,es,it,pl,pt-BR,el,bg,ru,uk,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.5",
    "action": [],
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader-3b2f4b6d.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "assets\/main-e5d4be7f.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "resources": [
                "assets\/main.tsx-a0f12a38.js"
            ],
            "use_dynamic_url": true
        }
    ]
}