9gag Volume control

This plugin adds volume control to video files on 9gag.

什麼是9gag Volume control?

9gag Volume control是由DEHbKA開發的Chrome擴展程式,該擴展的主要功能是“This plugin adds volume control to video files on 9gag.”。

擴展截圖

screenshot
screenshot
screenshot

下載9gag Volume control擴展crx文件

下載9gag Volume control擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This plugin adds volume/sound control to video files on 9gag.                    

擴展基本資訊

名稱 9gag Volume control 9gag Volume control
ID eibnpeegkdkfcoaakejdjcimjjncefln
官方網址 https://chromewebstore.google.com/detail/9gag-volume-control/eibnpeegkdkfcoaakejdjcimjjncefln
簡介 This plugin adds volume control to video files on 9gag.
檔案大小 13.36 KB
安裝次數 759
目前版本 0.3
更新時間 2020-04-02
上架時間 2020-04-02
評分 5.00/5 共 9 次評分
開發者 DEHbKA
電子郵箱 [email protected]
付費類型 free
說明頁面URL http://dehbka.biz.ua
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag Volume control",
    "version": "0.3",
    "description": "This plugin adds volume control to video files on 9gag.",
    "author": "[email protected]",
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": "\/icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/9gag.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}