FFZ: Mikuia Extras

Levels and stuff on Twitch chat.

What is FFZ: Mikuia Extras?

FFZ: Mikuia Extras is a Chrome extension developed by https://mikuia.tv, and its main feature is "Levels and stuff on Twitch chat.".

Extension Screenshots

screenshot

Download FFZ: Mikuia Extras Extension CRX File

Download FFZ: Mikuia Extras extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Requires FFZ (FrankerFaceZ).

Show Mikuia Levels next to usernames on Twitch chat.                    

Extension Basic Information

Name FFZ: Mikuia Extras FFZ: Mikuia Extras
ID mhcjcneanjmgckoeoiodpagemchhbind
Official URL https://chromewebstore.google.com/detail/ffz-mikuia-extras/mhcjcneanjmgckoeoiodpagemchhbind
Description Levels and stuff on Twitch chat.
File Size 43.1 KB
Installation Count 643
Current Version 0.0.1
Last Updated 2017-05-26
Publish Date 2017-05-26
Rating 3.27/5 Total 11 Ratings
Developer https://mikuia.tv
Email [email protected]
Payment Type free
Extension Website https://extras.mikuia.tv
Supported Languages 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\/*"
    ]
}