NTU Cool 影片下載小工具
一個用來下載NTU Cool上教學影片的小工具
Wat is NTU Cool 影片下載小工具?
NTU Cool 影片下載小工具 is een Chrome-extensie ontwikkeld door Wei, en de belangrijkste functie is "一個用來下載NTU Cool上教學影片的小工具".
Extensie Screenshots
Download het CRX-bestand van de extensie NTU Cool 影片下載小工具
Download NTU Cool 影片下載小工具-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 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!
Basisinformatie over de Extensie
Naam | NTU Cool 影片下載小工具 |
ID | nkncpjepiopdnibbcflhfjbdjicdpabj |
Officiële 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 |
Beschrijving | 一個用來下載NTU Cool上教學影片的小工具 |
Bestandsgrootte | 167 KB |
Aantal Installaties | 66 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2024-01-17 |
Publicatiedatum | 2024-01-17 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Wei |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |