Countdown to Uni

Countdown to national exam

Countdown to Uni là gì?

Countdown to Uni là một tiện ích mở rộng Chrome được phát triển bởi NghiaVuiVe, và tính năng chính của nó là "Countdown to national exam".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Countdown to Uni

Tải xuống các tệp mở rộng Countdown to Uni dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A tool help you countdown to national high school exam                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Countdown to Uni Countdown to Uni
ID ninffgbjbbnbjhnjanndfefnkkcdakjf
URL Chính Thức https://chromewebstore.google.com/detail/countdown-to-uni/ninffgbjbbnbjhnjanndfefnkkcdakjf
Mô tả Countdown to national exam
Kích Thước Tệp 1.16 MB
Số Lần Cài Đặt 1,211
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2022-04-19
Ngày Phát Hành 2020-08-19
Đánh Giá 4.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển NghiaVuiVe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/NghiaCaNgao/CDU_2
URL Trang Trợ Giúp https://github.com/NghiaCaNgao/CDU_2/issues
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}