YouTube™ Playlist Enhancer
Extra features for YouTube playlists.
什麼是YouTube™ Playlist Enhancer?
YouTube™ Playlist Enhancer是由Jordy Snijders開發的Chrome擴展程式,該擴展的主要功能是“Extra features for YouTube playlists.”。
擴展截圖
下載YouTube™ Playlist Enhancer擴展crx文件
下載YouTube™ Playlist Enhancer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
✓ Simple digit notation of a playlist's total duration. ✓ Human readable notation of a playlist's total duration. ✓ Projected time and date for when you will have finished watching an entire playlist. ✓ Support for playlists of unlimited size. Source code: https://github.com/jsnijders/youtube-playlist-enhancer
擴展基本資訊
名稱 | |
ID | femnjomnioahiknopaimalbapbhdmnka |
官方網址 | https://chrome.google.com/webstore/detail/youtube-playlist-enhancer/femnjomnioahiknopaimalbapbhdmnka |
簡介 | Extra features for YouTube playlists. |
檔案大小 | 30.67 KB |
安裝次數 | 1,000 |
目前版本 | 1.7.2 |
更新時間 | 2016-01-14 |
上架時間 | 2016-01-14 |
評分 | 3.52/5 共 21 次評分 |
開發者 | Jordy Snijders |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Playlist Enhancer", "short_name": "YouTube PLE", "description": "Extra features for YouTube playlists.", "version": "1.7.2", "author": "Jordy Snijders", "homepage_url": "https:\/\/github.com\/jsnijders\/youtube-playlist-enhancer", "permissions": [ "storage", "*:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "youtube-playlist-enhancer.js" ], "run_at": "document_end" } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2 } |