FFZ: Mikuia Extras
Levels and stuff on Twitch chat.
FFZ: Mikuia Extrasとは何ですか?
FFZ: Mikuia Extrasはhttps://mikuia.tvによって開発されたChromeの拡張機能で、その主な機能は「Levels and stuff on Twitch chat.」です。
拡張機能のスクリーンショット
FFZ: Mikuia Extras拡張機能のCRXファイルをダウンロード
FFZ: Mikuia Extras拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Requires FFZ (FrankerFaceZ). Show Mikuia Levels next to usernames on Twitch chat.
拡張機能の基本情報
名前 | FFZ: Mikuia Extras |
ID | mhcjcneanjmgckoeoiodpagemchhbind |
公式URL | https://chromewebstore.google.com/detail/ffz-mikuia-extras/mhcjcneanjmgckoeoiodpagemchhbind |
説明 | Levels and stuff on Twitch chat. |
ファイルサイズ | 43.1 KB |
インストール数 | 643 |
現在のバージョン | 0.0.1 |
最終更新日 | 2017-05-26 |
公開日 | 2017-05-26 |
評価 | 3.27/5 合計 11 レビュー |
開発者 | https://mikuia.tv |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://extras.mikuia.tv |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FFZ: Mikuia Extras", "short_name": "ffz-miku", "description": "Levels and stuff on Twitch chat.", "version": "0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "script.js" ], "matches": [ "*:\/\/*.twitch.tv\/*" ], "exclude_globs": [ "*:\/\/api.twitch.tv\/*" ] } ], "permissions": [ "*:\/\/*.mikuia.tv\/*", "*:\/\/*.twitch.tv\/*" ] } |