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 |
电子邮箱 | [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\/*" ] } |