FFZ: Mikuia Extras
Levels and stuff on Twitch chat.
Wat is FFZ: Mikuia Extras?
FFZ: Mikuia Extras is een Chrome-extensie ontwikkeld door https://mikuia.tv, en de belangrijkste functie is "Levels and stuff on Twitch chat.".
Extensie Screenshots
Download het CRX-bestand van de extensie FFZ: Mikuia Extras
Download FFZ: Mikuia Extras-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Requires FFZ (FrankerFaceZ). Show Mikuia Levels next to usernames on Twitch chat.
Basisinformatie over de Extensie
Naam | FFZ: Mikuia Extras |
ID | mhcjcneanjmgckoeoiodpagemchhbind |
Officiële URL | https://chromewebstore.google.com/detail/ffz-mikuia-extras/mhcjcneanjmgckoeoiodpagemchhbind |
Beschrijving | Levels and stuff on Twitch chat. |
Bestandsgrootte | 43.1 KB |
Aantal Installaties | 643 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2017-05-26 |
Publicatiedatum | 2017-05-26 |
Beoordeling | 3.27/5 Totaal 11 Beoordelingen |
Ontwikkelaar | https://mikuia.tv |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://extras.mikuia.tv |
Ondersteunde Talen | 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\/*" ] } |