YouTube Playlist Helper

YouTube playlist editor and generator

YouTube Playlist Helper क्या है?

YouTube Playlist Helper Soufiane Sakhi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouTube playlist editor and generator"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube Playlist Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Features:

+ A complete playlist editor: add, delete, reorder, reverse, remove duplicates, import and export videos.
+ Queue up videos from any page (with the right-click context menu) and play or save them using the playlist builder.
+ Save playlists using your browser's sync storage.
+ Generate YouTube anonymous playlists by:
  - Selecting a folder bookmark
  - Pasting the YouTube text urls (links) in a form
  - From currently open YouTube tabs (combine)
  - From current tab YouTube video thumbnails
  - From current tab YouTube links (HTML parsing)
(the generated playlists are also saved and can be viewed in the playlist editor's recently created playlists page)
+ Convert current YouTube playlist tab to YouTube queue

As featured in:
https://simply-how.com/play-youtube-videos-in-succession

Official page:
https://github.com/soufianesakhi/youtube-playlist-helper                    

एक्सटेंशन की मूल जानकारी

नाम YouTube Playlist Helper YouTube Playlist Helper
ID ibdakohjhchaagmccfedeejmeillongg
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-playlist-helper/ibdakohjhchaagmccfedeejmeillongg
विवरण YouTube playlist editor and generator
फ़ाइल का आकार 63.73 KB
स्थापना संख्या 6,320
वर्तमान संस्करण 2.12.2
अंतिम अपडेट 2023-12-28
प्रकाशन तिथि 2020-07-04
रेटिंग 4.10/5 कुल 49 रेटिंग्स
डेवलपर Soufiane Sakhi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/soufianesakhi/youtube-playlist-helper
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Playlist Helper",
    "description": "YouTube playlist editor and generator",
    "version": "2.12.2",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_title": "YouTube Playlist Helper",
        "browser_style": true,
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "editor\/storage-service.js",
            "editor\/video-service.js",
            "editor\/utils.js",
            "background.js"
        ]
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "storage",
        "notifications",
        "activeTab",
        "contextMenus",
        "https:\/\/www.youtube.com\/watch*",
        "https:\/\/www.youtube.com\/playlist*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{c3d5f138-77cb-461e-b553-f82bf70fecf7}"
        }
    }
}