Playtube: Youtube Playlist Manager
Alphabetically re-order playlists when you save to the playlist
Playtube: Youtube Playlist Manager क्या है?
Playtube: Youtube Playlist Manager Infinityu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alphabetically re-order playlists when you save to the playlist"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Playtube: Youtube Playlist Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Alphabetically re-order playlists as shown in save to menu. More features are on the way - alphabetize playlist on sidebar - search playlist when saving video - etc... This is a third-party tool and not endorsed by or produced by Youtube or Google.
एक्सटेंशन की मूल जानकारी
नाम | Playtube: Youtube Playlist Manager |
ID | foigpnjgfclhhkpbkgfmbdbeiiklioof |
आधिकारिक URL | https://chromewebstore.google.com/detail/playtube-youtube-playlist/foigpnjgfclhhkpbkgfmbdbeiiklioof |
विवरण | Alphabetically re-order playlists when you save to the playlist |
फ़ाइल का आकार | 40.83 KB |
स्थापना संख्या | 659 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-09-09 |
प्रकाशन तिथि | 2021-09-09 |
रेटिंग | 4.92/5 कुल 12 रेटिंग्स |
डेवलपर | Infinityu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Playtube: Youtube Playlist Manager", "description": "Alphabetically re-order playlists when you save to the playlist", "version": "1.0.0", "manifest_version": 3, "content_scripts": [ { "js": [ "jquery-3.6.0.min.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "permissions": [ "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } } |