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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}