Mizkif Updates
Receive updates letting you know when Mizkif goes live or changes games.
Qu'est-ce que Mizkif Updates ?
Mizkif Updates est une extension Chrome développée par guacsenpai, et sa fonction principale est "Receive updates letting you know when Mizkif goes live or changes games.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mizkif Updates
Téléchargez les fichiers d'extension Mizkif Updates au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Mizkif Updates |
ID | fjpncgabcdlhpmlcedjjdlbbembakoao |
URL Officiel | https://chromewebstore.google.com/detail/mizkif-updates/fjpncgabcdlhpmlcedjjdlbbembakoao |
Description | Receive updates letting you know when Mizkif goes live or changes games. |
Taille du Fichier | 1.03 MB |
Nombre d'Installations | 2,005 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2023-02-17 |
Date de Publication | 2022-05-23 |
Évaluation | 4.33/5 Total 316 Évaluations |
Développeur | guacsenpai |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |