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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}