Emotes For Messenger
Twitch emotes for messenger
Emotes For Messengerとは何ですか?
Emotes For MessengerはBrogzybroによって開発されたChromeの拡張機能で、その主な機能は「Twitch emotes for messenger」です。
拡張機能のスクリーンショット
Emotes For Messenger拡張機能のCRXファイルをダウンロード
Emotes For Messenger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Displays twitch emotes on messenger. Contains the mmost used emotes and gifs from BetterTTV and FrankerzFace! Have fun sending emotes to your friends on messenger!
拡張機能の基本情報
名前 | |
ID | koijocgelhgebkmeejeblgnacfalbgoc |
公式URL | https://chrome.google.com/webstore/detail/emotes-for-messenger/koijocgelhgebkmeejeblgnacfalbgoc |
説明 | Twitch emotes for messenger |
ファイルサイズ | 43.61 KB |
インストール数 | 623 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-02-25 |
公開日 | 2020-02-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Brogzybro |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Brogzybro/EmotesForMessenger |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emotes For Messenger", "description": "Twitch emotes for messenger", "version": "1.0.1", "icons": { "16": "Icons\/icon16.png", "48": "Icons\/icon48.png", "128": "Icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.messenger.com\/t\/*" ], "js": [ "jquery-3.4.1.min.js", "main.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "jquery-3.4.1.min.js", "background.js" ], "persistent": true }, "permissions": [ "tabs" ], "web_accessible_resources": [ "imagelinks.csv" ] } |