FFZ: Mikuia Extras
Levels and stuff on Twitch chat.
Co to jest FFZ: Mikuia Extras?
FFZ: Mikuia Extras to rozszerzenie Chrome opracowane przez https://mikuia.tv, a jego główną funkcją jest „Levels and stuff on Twitch chat.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FFZ: Mikuia Extras
Pobierz pliki rozszerzeń FFZ: Mikuia Extras w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Requires FFZ (FrankerFaceZ).
Show Mikuia Levels next to usernames on Twitch chat. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mhcjcneanjmgckoeoiodpagemchhbind |
| Oficjalny URL | https://chromewebstore.google.com/detail/ffz-mikuia-extras/mhcjcneanjmgckoeoiodpagemchhbind |
| Opis | Levels and stuff on Twitch chat. |
| Rozmiar pliku | 43.1 KB |
| Liczba instalacji | 643 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2017-05-26 |
| Data Publikacji | 2017-05-26 |
| Ocena | 3.27/5 Łącznie 11 Oceny |
| Deweloper | https://mikuia.tv |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://extras.mikuia.tv |
| Obsługiwane Języki | 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\/*"
]
} | |