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.」です。
拡張機能のスクリーンショット
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 |
ID | eibnpeegkdkfcoaakejdjcimjjncefln |
公式URL | 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 |
Eメール | [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" ] } ] } |