Esfand Updates

Receive updates letting you know when Esfand goes live or changes games.

Was ist Esfand Updates?

Esfand Updates ist eine Chrome-Erweiterung, die von guacsenpai entwickelt wurde, und ihr Hauptmerkmal ist "Receive updates letting you know when Esfand goes live or changes games.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Esfand Updates-Erweiterungs-CRX-Datei herunterladen

Laden Sie Esfand Updates-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Esfand Updates Esfand Updates
ID lflganldnkcbanfenpokfhnibioleaam
Offizielle URL https://chromewebstore.google.com/detail/esfand-updates/lflganldnkcbanfenpokfhnibioleaam
Beschreibung Receive updates letting you know when Esfand goes live or changes games.
Dateigröße 1.03 MB
Installationsanzahl 2,340
Aktuelle Version 1.6.0
Letztes Update 2024-03-03
Veröffentlichungsdatum 2022-01-29
Bewertung 4.92/5 Insgesamt 53 Bewertungen
Entwickler guacsenpai
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}