Esfand Updates
Receive updates letting you know when Esfand goes live or changes games.
Τι είναι το Esfand Updates;
Το Esfand Updates είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον guacsenpai, και η κύρια λειτουργία του είναι "Receive updates letting you know when Esfand goes live or changes games.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Esfand Updates
Λήψη αρχείων επέκτασης Esfand Updates σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Esfand Updates is a simple chrome extension that allows you on the fly information about EsfandTV. You will be able to see if he is live, what he is playing, his latest tweet, and receive notifications any time he goes live or changes categories on Twitch. The extension also now shows his Twitch schedule for planned streams.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Esfand Updates |
ID | lflganldnkcbanfenpokfhnibioleaam |
Επίσημο URL | https://chromewebstore.google.com/detail/esfand-updates/lflganldnkcbanfenpokfhnibioleaam |
Περιγραφή | Receive updates letting you know when Esfand goes live or changes games. |
Μέγεθος Αρχείου | 1.03 MB |
Αριθμός Εγκαταστάσεων | 2,340 |
Τρέχουσα Έκδοση | 1.6.0 |
Τελευταία Ενημέρωση | 2024-03-03 |
Ημερομηνία Δημοσίευσης | 2022-01-29 |
Αξιολόγηση | 4.92/5 Συνολικά 53 Αξιολογήσεις |
Προγραμματιστής | guacsenpai |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Esfand Updates", "description": "Receive updates letting you know when Esfand goes live or changes games.", "version": "1.6.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\/esfand_icon16.png", "32": "\/images\/esfand_icon32.png", "48": "\/images\/esfand_icon48.png", "128": "\/images\/esfand_icon128.png" } }, "icons": { "16": "\/images\/esfand_icon16.png", "32": "\/images\/esfand_icon32.png", "48": "\/images\/esfand_icon48.png", "128": "\/images\/esfand_icon128.png" }, "options_ui": { "open_in_tab": false, "page": "options.html" } } |