Twitter Volume Control

Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW

Twitter Volume Controlとは何ですか?

Twitter Volume Controlはhttp://pause-geek.frによって開発されたChromeの拡張機能で、その主な機能は「Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW」です。

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

screenshot

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

Twitter Volume Control拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        TWITTER FINALLY ADDED THIS FUNCTIONALITY NATIVELY - THIS EXTENSION IS NOT NEEDED ANYMORE.
I will leave it on the webstore anyway in case people prefer the horizontal version.

No Vine support, only native twitter videos.

Check the source at https://github.com/BaliBalo/twitterVolumeControl                    

拡張機能の基本情報

名前 Twitter Volume Control Twitter Volume Control
ID geeghoallaenmelpkedpgjpllljkfeap
公式URL https://chrome.google.com/webstore/detail/twitter-volume-control/geeghoallaenmelpkedpgjpllljkfeap
説明 Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW
ファイルサイズ 7.16 KB
インストール数 2,282
現在のバージョン 1.3.1
最終更新日 2016-10-20
公開日 2016-10-20
評価 4.70/5 合計 23 レビュー
開発者 http://pause-geek.fr
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Volume Control",
    "version": "1.3.1",
    "description": "Adds a volume slider to twitter videos - TWITTER HAS A NATIVE ONE NOW",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/i\/videos\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}