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 |
| 公式URL | 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
} | |