Youtube Playlist Exporter

Easy extract and export information from YouTube playlists into CSV

Youtube Playlist Exporter क्या है?

Youtube Playlist Exporter https://letsfaster.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy extract and export information from YouTube playlists into CSV"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Transform the way you manage your YouTube playlists with our innovative tool. Say goodbye to manual copying and pasting, and hello to lightning-fast extraction and export of important information such as video name, number, description, and URL straight into a CSV file. Make your workflow smoother and more efficient - try it now!

🔧 How it Works:
1️⃣ Enter the YouTube playlist ID or the whole url.
2️⃣ Click the export button.
3️⃣ Done! Sit back and let Playlist Exporter handle the rest.

Take control of your YouTube playlist management and unlock a world of convenience and time savings with Playlist Exporter!                    

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

नाम Youtube Playlist Exporter Youtube Playlist Exporter
ID niifghbdemhmnfncaoinbmlbhpjdfnej
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-playlist-exporter/niifghbdemhmnfncaoinbmlbhpjdfnej
विवरण Easy extract and export information from YouTube playlists into CSV
फ़ाइल का आकार 906 KB
स्थापना संख्या 1,560
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-12-05
प्रकाशन तिथि 2022-10-08
रेटिंग 2.56/5 कुल 9 रेटिंग्स
डेवलपर https://letsfaster.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://ypexporter.letsfaster.com
सहायता पृष्ठ URL https://ypexporter.letsfaster.com
गोपनीयता नीति पृष्ठ URL https://ypexporter.letsfaster.com/policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Playlist Exporter",
    "version": "1.0.3",
    "description": "Easy extract and export information from YouTube playlists into CSV",
    "action": {
        "default_icon": ".\/assets\/icon128.png",
        "default_popup": ".\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "icons": {
        "16": ".\/assets\/icon16.png",
        "32": ".\/assets\/icon32.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    },
    "permissions": [
        "identity"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "254942116936-3trskk2k1ov02tbrejttrt6mepbfpvnu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}