NCTU New e3 加速器

大幅降低交大新e3 Loading時間

What is NCTU New e3 加速器?

NCTU New e3 加速器 is a Chrome extension developed by summon528, and its main feature is "大幅降低交大新e3 Loading時間".

Extension Screenshots

screenshot

Download NCTU New e3 加速器 Extension CRX File

Download NCTU New e3 加速器 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

                        http://bit.ly/2YzecCL <-- 到這裡安裝更強大的新e3插件

大幅降低交大新e3 Loading時間                    

Extension Basic Information

Name NCTU New e3 加速器 NCTU New e3 加速器
ID aapnbbkffjpbomapmcjnnaailmfnmdpn
Official URL https://chromewebstore.google.com/detail/nctu-new-e3-%E5%8A%A0%E9%80%9F%E5%99%A8/aapnbbkffjpbomapmcjnnaailmfnmdpn
Description 大幅降低交大新e3 Loading時間
File Size 4.6 KB
Installation Count 112
Current Version 2.0
Last Updated 2019-05-18
Publish Date 2019-05-18
Rating 5.00/5 Total 4 Ratings
Developer summon528
Email [email protected]
Payment Type free
Extension Website https://github.com/Summon528/NCTU-New-e3-booster
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NCTU New e3 \u52a0\u901f\u5668",
    "version": "2.0",
    "description": "\u5927\u5e45\u964d\u4f4e\u4ea4\u5927\u65b0e3 Loading\u6642\u9593",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/e3new.nctu.edu.tw\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ]
}