SA Loadshedding

Loadshedding extension for South Africa

Wat is SA Loadshedding?

SA Loadshedding is een Chrome-extensie ontwikkeld door Ruandv, en de belangrijkste functie is "Loadshedding extension for South Africa".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SA Loadshedding

Download SA Loadshedding-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

                        This application retrieves the data from Eskom and display the relevant schedules                    

Basisinformatie over de Extensie

Naam SA Loadshedding SA Loadshedding
ID kimgidimkmnodhofdbaphbnpnmjlajpf
Officiële URL https://chromewebstore.google.com/detail/sa-loadshedding/kimgidimkmnodhofdbaphbnpnmjlajpf
Beschrijving Loadshedding extension for South Africa
Bestandsgrootte 1.32 MB
Aantal Installaties 174
Huidige Versie 2.0.33
Laatst Bijgewerkt 2023-11-07
Publicatiedatum 2022-05-11
Beoordeling 2.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Ruandv
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Ruandv/Chrome_Eskom_Extension_Typescript
Help Pagina-URL https://github.com/Ruandv/Chrome_Eskom_Extension_Typescript
URL van de Privacybeleid Pagina https://ruandv.github.io/loadshedding
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.33",
    "default_locale": "en",
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "icons": {
        "16": "images\/get_started16.png",
        "19": "images\/get_started19.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "19": "images\/get_started19.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        },
        "default_popup": "popup.html",
        "default_title": "SA Loadshedding"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/loadshedding.eskom.co.za\/*",
        "https:\/\/sa-loadshedding-api.azurewebsites.net\/*"
    ],
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": false
    }
}