SA Loadshedding
Loadshedding extension for South Africa
What is SA Loadshedding?
SA Loadshedding is a Chrome extension developed by Ruandv, and its main feature is "Loadshedding extension for South Africa".
Extension Screenshots
Download SA Loadshedding Extension CRX File
Download SA Loadshedding extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This application retrieves the data from Eskom and display the relevant schedules
Extension Basic Information
Name | SA Loadshedding |
ID | kimgidimkmnodhofdbaphbnpnmjlajpf |
Official URL | https://chromewebstore.google.com/detail/sa-loadshedding/kimgidimkmnodhofdbaphbnpnmjlajpf |
Description | Loadshedding extension for South Africa |
File Size | 1.32 MB |
Installation Count | 174 |
Current Version | 2.0.33 |
Last Updated | 2023-11-07 |
Publish Date | 2022-05-11 |
Rating | 2.75/5 Total 4 Ratings |
Developer | Ruandv |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Ruandv/Chrome_Eskom_Extension_Typescript |
Help Page URL | https://github.com/Ruandv/Chrome_Eskom_Extension_Typescript |
Privacy Policy Page URL | https://ruandv.github.io/loadshedding |
Supported Languages | 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 } } |