InstaVolume

Extension that adds controls to the Instagram videos.

InstaVolumeとは何ですか?

InstaVolumeはDedaDevによって開発されたChromeの拡張機能で、その主な機能は「Extension that adds controls to the Instagram videos.」です。

拡張機能のスクリーンショット

screenshot
screenshot

InstaVolume拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}