Rabb.it with Twitch Emotes
Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)
Rabb.it with Twitch Emotesとは何ですか?
Rabb.it with Twitch Emotesはsquabbleによって開発されたChromeの拡張機能で、その主な機能は「Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)」です。
拡張機能のスクリーンショット
Rabb.it with Twitch Emotes拡張機能のCRXファイルをダウンロード
Rabb.it with Twitch Emotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bring the Twitch.tv experience to Rabb.it and feel at home. *** NOT compatible with new UI - 02/05/2019 ***
拡張機能の基本情報
名前 | |
ID | lajgmieldekphdicpmpenogignloiain |
公式URL | https://chrome.google.com/webstore/detail/rabbit-with-twitch-emotes/lajgmieldekphdicpmpenogignloiain |
説明 | Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome) |
ファイルサイズ | 13.74 KB |
インストール数 | 1,789 |
現在のバージョン | 0.1.8 |
最終更新日 | 2019-02-07 |
公開日 | 2019-02-07 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | squabble |
拡張機能のウェブサイト | https://twitch.tv/lacari |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rabb.it with Twitch Emotes", "description": "Adds 500+ Twitch\/BTTV\/FFZ emotes to Rabb.it! (Chrome)", "manifest_version": 2, "version": "0.1.8", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "permissions": [ "*:\/\/www.rabb.it\/*", "*:\/\/*.lacari.tv\/*", "activeTab" ], "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "img\/icon_128.png", "48": "img\/icon_48.png", "16": "img\/icon_16.png" } }, "content_scripts": [ { "matches": [ "*:\/\/www.rabb.it\/*" ], "js": [ "js\/script.js" ], "run_at": "document_idle", "all_frames": false } ] } |