Youtube Playlist alphabetical A-Z sorting

Sort your Youtube Playlists alphabetically by default

Что такое Youtube Playlist alphabetical A-Z sorting?

Youtube Playlist alphabetical A-Z sorting - это расширение Chrome, разработанное lanes, и его основная функция - "Sort your Youtube Playlists alphabetically by default".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Youtube Playlist alphabetical A-Z sorting

Скачайте файлы расширений Youtube Playlist alphabetical A-Z sorting в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Sorts your Youtube playlists alphabetically (A - Z) to make organizing and navigating Youtube easier. 

Works on your playlists in the sidebar as well as the playlist popup that show when you click the 'Save to Playlist' button. 

Key info:

	- Works automatically when Youtube is opened
	- 'Watch later' still remains at the top of your playlists
	- Does NOT request permission for any website except Youtube, nor any other invasive permissions



Please use the Support tab for feature requests.


---

YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. This extension is not affiliated with YouTube or an official extension.                    

Основная информация о расширении

Название Youtube Playlist alphabetical A-Z sorting Youtube Playlist alphabetical A-Z sorting
ID bfoekbolilhdghaadhnnjfaccgfpggph
Официальный URL https://chromewebstore.google.com/detail/youtube-playlist-alphabet/bfoekbolilhdghaadhnnjfaccgfpggph
Описание Sort your Youtube Playlists alphabetically by default
Размер файла 41.59 KB
Количество установок 1,487
Текущая Версия 1.0.0
Последнее Обновление 2022-12-19
Дата публикации 2022-12-18
Рейтинг 4.75/5 Всего 32 оценок
Разработчик lanes
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://simplescraper.io/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Playlist alphabetical A-Z sorting",
    "description": "Sort your Youtube Playlists alphabetically by default",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo_128.png",
        "32": "logo_128.png",
        "48": "logo_128.png",
        "128": "logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script-dist.js"
            ],
            "run_at": "document_end"
        }
    ]
}