Improved Daymap

Improved Daymap by JS Development

What is Improved Daymap?

Improved Daymap is a Chrome extension developed by jsdevelopment0, and its main feature is "Improved Daymap by JS Development".

Extension Screenshots

screenshot
screenshot

Download Improved Daymap Extension CRX File

Download Improved Daymap 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 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.                    

Extension Basic Information

Name Improved Daymap Improved Daymap
ID iodighkmobhjljjmjnfidlgilappelnk
Official URL https://chromewebstore.google.com/detail/improved-daymap/iodighkmobhjljjmjnfidlgilappelnk
Description Improved Daymap by JS Development
File Size 28.54 KB
Installation Count 17
Current Version 0.0.9
Last Updated 2023-07-27
Publish Date 2021-09-19
Rating 5.00/5 Total 3 Ratings
Developer jsdevelopment0
Email [email protected]
Payment Type free
Extension Website https://jsdev.gq
Help Page URL https://jsdev.gq
Supported Languages 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"
            ]
        }
    ]
}