Gifs4Twitch
Integrate Gifs into your Twitch chat!
Gifs4Twitchとは何ですか?
Gifs4TwitchはBeaglebreathによって開発されたChromeの拡張機能で、その主な機能は「Integrate Gifs into your Twitch chat!」です。
拡張機能のスクリーンショット
Gifs4Twitch拡張機能のCRXファイルをダウンロード
Gifs4Twitch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Level up your Twitch chat by sending and receiving Gifs! Simply click on the Gifs4Twitch icon in your chat to get started. Powered by Tenor
拡張機能の基本情報
名前 | Gifs4Twitch |
ID | ndpdoogmnglfkikddnhiiohnfglajfhe |
公式URL | https://chromewebstore.google.com/detail/gifs4twitch/ndpdoogmnglfkikddnhiiohnfglajfhe |
説明 | Integrate Gifs into your Twitch chat! |
ファイルサイズ | 779 KB |
インストール数 | 24 |
現在のバージョン | 0.1.0 |
最終更新日 | 2021-07-13 |
公開日 | 2021-07-05 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Beaglebreath |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gifs4Twitch", "version": "0.1.0", "manifest_version": 2, "description": "Integrate Gifs into your Twitch chat!", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "default_locale": "en", "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "js": [ "scripts\/contentscript.js" ], "css": [ "styles\/content.css", "styles\/bootstrap.min.css" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "twitch giphy", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/icon-38.png" ] } |