NTU Cool 影片下載小工具

一個用來下載NTU Cool上教學影片的小工具

What is NTU Cool 影片下載小工具?

NTU Cool 影片下載小工具 is a Chrome extension developed by Wei, and its main feature is "一個用來下載NTU Cool上教學影片的小工具".

Extension Screenshots

screenshot

Download NTU Cool 影片下載小工具 Extension CRX File

Download NTU Cool 影片下載小工具 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

                        A community sharing NTU Cool video downloader for the purpose of learning only

您可以透過該插件一鍵下載NTU Cool上的課程影片

支援影片:
 • 2023/11以前上傳之影片 (非.m3u8)
 • 連結自Youtube之影片

未來目標:
 • 支援.m3u8影片下載
 • 優化 UI/UX

有任何問題或建議歡迎留言告知!

v1.0 更新
 • Initial Update!                    

Extension Basic Information

Name NTU Cool 影片下載小工具 NTU Cool 影片下載小工具
ID nkncpjepiopdnibbcflhfjbdjicdpabj
Official URL https://chromewebstore.google.com/detail/ntu-cool-%E5%BD%B1%E7%89%87%E4%B8%8B%E8%BC%89%E5%B0%8F%E5%B7%A5%E5%85%B7/nkncpjepiopdnibbcflhfjbdjicdpabj
Description 一個用來下載NTU Cool上教學影片的小工具
File Size 167 KB
Installation Count 66
Current Version 1.0
Last Updated 2024-01-17
Publish Date 2024-01-17
Rating 5.00/5 Total 5 Ratings
Developer Wei
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NTU Cool \u5f71\u7247\u4e0b\u8f09\u5c0f\u5de5\u5177",
    "description": "\u4e00\u500b\u7528\u4f86\u4e0b\u8f09NTU Cool\u4e0a\u6559\u5b78\u5f71\u7247\u7684\u5c0f\u5de5\u5177",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "debugger",
        "tabs",
        "https:\/\/cool.ntu.edu.tw\/*"
    ],
    "host_permissions": [
        "https:\/\/cool.ntu.edu.tw\/*",
        "https:\/\/cool-video.dlc.ntu.edu.tw\/*",
        "https:\/\/yt-dl-web.vercel.app\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "images\/icon.png",
        "24": "images\/icon.png",
        "32": "images\/icon.png",
        "64": "images\/icon.png",
        "128": "images\/icon.png",
        "512": "images\/icon.png"
    }
}