Mizkif Updates
Receive updates letting you know when Mizkif goes live or changes games.
Mizkif Updates क्या है?
Mizkif Updates guacsenpai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Receive updates letting you know when Mizkif goes live or changes games."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mizkif Updates एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Mizkif Updates |
ID | fjpncgabcdlhpmlcedjjdlbbembakoao |
आधिकारिक URL | https://chromewebstore.google.com/detail/mizkif-updates/fjpncgabcdlhpmlcedjjdlbbembakoao |
विवरण | Receive updates letting you know when Mizkif goes live or changes games. |
फ़ाइल का आकार | 1.03 MB |
स्थापना संख्या | 2,005 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2023-02-17 |
प्रकाशन तिथि | 2022-05-23 |
रेटिंग | 4.33/5 कुल 316 रेटिंग्स |
डेवलपर | guacsenpai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |