Countdown to Uni

Countdown to national exam

Wat is Countdown to Uni?

Countdown to Uni is een Chrome-extensie ontwikkeld door NghiaVuiVe, en de belangrijkste functie is "Countdown to national exam".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Countdown to Uni

Download Countdown to Uni-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

                        A tool help you countdown to national high school exam                    

Basisinformatie over de Extensie

Naam Countdown to Uni Countdown to Uni
ID ninffgbjbbnbjhnjanndfefnkkcdakjf
Officiële URL https://chromewebstore.google.com/detail/countdown-to-uni/ninffgbjbbnbjhnjanndfefnkkcdakjf
Beschrijving Countdown to national exam
Bestandsgrootte 1.16 MB
Aantal Installaties 1,211
Huidige Versie 2.0.4
Laatst Bijgewerkt 2022-04-19
Publicatiedatum 2020-08-19
Beoordeling 4.11/5 Totaal 9 Beoordelingen
Ontwikkelaar NghiaVuiVe
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/NghiaCaNgao/CDU_2
Help Pagina-URL https://github.com/NghiaCaNgao/CDU_2/issues
Ondersteunde Talen en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Countdown to Uni",
    "short_name": "C2U",
    "version": "2.0.4",
    "default_locale": "vi",
    "author": "NghiaCaNgao",
    "description": "Countdown to national exam",
    "homepage_url": "https:\/\/github.com\/NghiaCaNgao\/CDU_2",
    "icons": {
        "16": "images\/logo\/16x.png",
        "48": "images\/logo\/48x.png",
        "128": "images\/logo\/128x.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/logo\/16x.png",
            "24": "images\/logo\/24x.png",
            "32": "images\/logo\/32x.png"
        },
        "default_title": "Click to open",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "contextMenus",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/raw.githubusercontent.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}