YouTube™ Playlist Enhancer
Extra features for YouTube playlists.
Что такое YouTube™ Playlist Enhancer?
YouTube™ Playlist Enhancer - это расширение Chrome, разработанное Jordy Snijders, и его основная функция - "Extra features for YouTube playlists.".
Снимки экрана расширения
Скачать файл CRX расширения YouTube™ Playlist Enhancer
Скачайте файлы расширений 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
} | |