Improved Daymap

Improved Daymap by JS Development

Cos'è Improved Daymap?

Improved Daymap è un'estensione di Chrome sviluppata da jsdevelopment0, e la sua funzione principale è "Improved Daymap by JS Development".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Improved Daymap

Scarica i file di estensione Improved Daymap in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Improved Daymap Improved Daymap
ID iodighkmobhjljjmjnfidlgilappelnk
URL Ufficiale https://chromewebstore.google.com/detail/improved-daymap/iodighkmobhjljjmjnfidlgilappelnk
Descrizione Improved Daymap by JS Development
Dimensione del File 28.54 KB
Conteggio Installazioni 17
Versione Corrente 0.0.9
Ultimo Aggiornamento 2023-07-27
Data di Pubblicazione 2021-09-19
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore jsdevelopment0
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://jsdev.gq
URL della Pagina di Aiuto https://jsdev.gq
Lingue Supportate 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"
            ]
        }
    ]
}