Mizkif Updates
Receive updates letting you know when Mizkif goes live or changes games.
Wat is Mizkif Updates?
Mizkif Updates is een Chrome-extensie ontwikkeld door guacsenpai, en de belangrijkste functie is "Receive updates letting you know when Mizkif goes live or changes games.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mizkif Updates
Download Mizkif Updates-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
Mizkif Updates allows you to receive up to date information about Mizkif. The extension will allow you to see if he is live, what category he is in, the latest tweet, and receive notifications any time Mizkif goes live or changes categories on Twitch.
Basisinformatie over de Extensie
Naam | Mizkif Updates |
ID | fjpncgabcdlhpmlcedjjdlbbembakoao |
Officiële URL | https://chromewebstore.google.com/detail/mizkif-updates/fjpncgabcdlhpmlcedjjdlbbembakoao |
Beschrijving | Receive updates letting you know when Mizkif goes live or changes games. |
Bestandsgrootte | 1.03 MB |
Aantal Installaties | 2,005 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2023-02-17 |
Publicatiedatum | 2022-05-23 |
Beoordeling | 4.33/5 Totaal 316 Beoordelingen |
Ontwikkelaar | guacsenpai |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mizkif Updates", "description": "Receive updates letting you know when Mizkif goes live or changes games.", "version": "1.2.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*.otkdata.com\/*" ], "permissions": [ "storage", "notifications", "alarms" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/mizkif_icon16.png", "32": "\/images\/mizkif_icon32.png", "48": "\/images\/mizkif_icon48.png", "128": "\/images\/mizkif_icon128.png" } }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/*.twitch.tv\/mizkif" ], "run_at": "document_end" } ], "icons": { "16": "\/images\/mizkif_icon16.png", "32": "\/images\/mizkif_icon32.png", "48": "\/images\/mizkif_icon48.png", "128": "\/images\/mizkif_icon128.png" }, "options_ui": { "open_in_tab": false, "page": "options.html" } } |