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 lanes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sort your Youtube Playlists alphabetically by default"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Playlist alphabetical A-Z sorting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } ] } |