Youtube Playlist Duration Calculator
Displays youtube playlist remaining watching time.
什麼是Youtube Playlist Duration Calculator?
Youtube Playlist Duration Calculator是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Displays youtube playlist remaining watching time.”。
擴展截圖
下載Youtube Playlist Duration Calculator擴展crx文件
下載Youtube Playlist Duration Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension display the remaining watch time of any youtube playlist ! Source code : https://github.com/adblanc/youtube-playlist-duration
擴展基本資訊
名稱 | Youtube Playlist Duration Calculator |
ID | flkamnloonejpkclncceejohhpfckldm |
官方網址 | https://chromewebstore.google.com/detail/youtube-playlist-duration/flkamnloonejpkclncceejohhpfckldm |
簡介 | Displays youtube playlist remaining watching time. |
檔案大小 | 121 KB |
安裝次數 | 429 |
目前版本 | 0.1.0 |
更新時間 | 2020-03-23 |
上架時間 | 2020-03-23 |
評分 | 2.00/5 共 10 次評分 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | https://github.com/adblanc/youtube-playlist-duration |
說明頁面URL | https://github.com/adblanc/youtube-playlist-duration |
支援的語言 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.1.0", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "lib\/script.js" ] } ], "author": "Blanc Adrien" } |