Countdown to Uni

Countdown to national exam

Co to jest Countdown to Uni?

Countdown to Uni to rozszerzenie Chrome opracowane przez NghiaVuiVe, a jego główną funkcją jest „Countdown to national exam”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Countdown to Uni

Pobierz pliki rozszerzeń Countdown to Uni w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A tool help you countdown to national high school exam                    

Podstawowe informacje o rozszerzeniu

Nazwa Countdown to Uni Countdown to Uni
ID ninffgbjbbnbjhnjanndfefnkkcdakjf
Oficjalny URL https://chromewebstore.google.com/detail/countdown-to-uni/ninffgbjbbnbjhnjanndfefnkkcdakjf
Opis Countdown to national exam
Rozmiar pliku 1.16 MB
Liczba instalacji 1,211
Aktualna Wersja 2.0.4
Ostatnia Aktualizacja 2022-04-19
Data Publikacji 2020-08-19
Ocena 4.11/5 Łącznie 9 Oceny
Deweloper NghiaVuiVe
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/NghiaCaNgao/CDU_2
Adres URL Strony Pomocy https://github.com/NghiaCaNgao/CDU_2/issues
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}