Gfycat Volume Control
Adds a volume control slider to Gfycat gifs with sound.
Gfycat Volume Controlとは何ですか?
Gfycat Volume ControlはJasonによって開発されたChromeの拡張機能で、その主な機能は「Adds a volume control slider to Gfycat gifs with sound.」です。
拡張機能のスクリーンショット
Gfycat Volume Control拡張機能のCRXファイルをダウンロード
Gfycat Volume Control拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows for audio control of Gfycat gifs with sound. Also remembers the previous sound level for future gifs. 拡張機能の基本情報
| 名前 | |
| ID | kbmgipmgemeiiglekhhfdnlldbjhgjff |
| 公式URL | https://chromewebstore.google.com/detail/gfycat-volume-control/kbmgipmgemeiiglekhhfdnlldbjhgjff |
| 説明 | Adds a volume control slider to Gfycat gifs with sound. |
| ファイルサイズ | 12.03 KB |
| インストール数 | 18 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2021-04-20 |
| 公開日 | 2021-04-19 |
| 開発者 | Jason |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Sentinent/GfycatVolumeControl |
| ヘルプページのURL | https://github.com/Sentinent/GfycatVolumeControl |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Gfycat Volume Control",
"version": "0.0.1",
"icons": {
"128": "icon128.png"
},
"description": "Adds a volume control slider to Gfycat gifs with sound.",
"homepage_url": "https:\/\/github.com\/Sentinent\/GfycatVolumeControl",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.gfycat.com\/*"
],
"js": [
"main.js"
],
"css": [
"stylesheet.css"
]
}
]
} | |