Improved Daymap

Improved Daymap by JS Development

Was ist Improved Daymap?

Improved Daymap ist eine Chrome-Erweiterung, die von jsdevelopment0 entwickelt wurde, und ihr Hauptmerkmal ist "Improved Daymap by JS Development".

Erweiterungsscreenshots

screenshot
screenshot

Improved Daymap-Erweiterungs-CRX-Datei herunterladen

Laden Sie Improved Daymap-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

                        This extention will make the South Australian Contact Panel look better which will make students want to learn.

I no longer attend school, so this extension won't receive updates anymore as I don't have access to Daymap. Sorry for any inconveniences if something breaks.                    

Grundlegende Informationen zur Erweiterung

Name Improved Daymap Improved Daymap
ID iodighkmobhjljjmjnfidlgilappelnk
Offizielle URL https://chromewebstore.google.com/detail/improved-daymap/iodighkmobhjljjmjnfidlgilappelnk
Beschreibung Improved Daymap by JS Development
Dateigröße 28.54 KB
Installationsanzahl 17
Aktuelle Version 0.0.9
Letztes Update 2023-07-27
Veröffentlichungsdatum 2021-09-19
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler jsdevelopment0
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://jsdev.gq
Hilfeseite URL https://jsdev.gq
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Improved Daymap",
    "version": "0.0.9",
    "manifest_version": 3,
    "description": "Improved Daymap by JS Development",
    "homepage_url": "https:\/\/jsdev.gq\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background-page.js"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.sa.edu.au\/*ay*ap*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}