Playlist Importer For YouTube

Import your Youtube Playlist

Τι είναι το Playlist Importer For YouTube;

Το Playlist Importer For YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://limbuscode.com, και η κύρια λειτουργία του είναι "Import your Youtube Playlist".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Playlist Importer For YouTube

Λήψη αρχείων επέκτασης Playlist Importer For YouTube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Title: Playlist Importer for YouTube

Description:

Welcome to Playlist Importer for YouTube – the ultimate Chrome extension designed to streamline and enhance your YouTube playlist management experience!

Overview:

Effortlessly organize and enrich your YouTube playlists with our intuitive Chrome extension. Whether you're a content creator, curator, or just an avid YouTube enthusiast, Playlist Importer for YouTube simplifies the process of adding videos to your playlists.

Key Features:

- Easy Video Imports:

-> Input the playlist URL, id or name.
-> Add videos via URLs, a custom CSV file, or directly from Google Takeout Playlist CSV files.

- Free Version:

-> Import up to 10 videos at a time with the basic version.
-> Simple and user-friendly interface.
-> Exclusive support for importing video URLs.

- Premium Version:

-> Unlock advanced capabilities with our premium version.
-> Import more than 10 videos at once, increasing your efficiency.
-> Select specific videos for import from your list.
-> Seamlessly import videos from CSV files.
-> Directly import playlists from Google Takeout, giving you unparalleled control.

How It Works:

1. Install the Extension:

- Add our extension to your Chrome browser effortlessly.

2. Select Your Playlist:

- Choose an existing playlist on your YouTube account or create a new one.

3. Input Video Details:

- Specify the playlist name, URL or Id.
- Add video URLs directly or upload a custom CSV file.

4. Automatic Import:

- Let Playlist Importer for YouTube do the work.
- Enjoy the convenience of automatic video imports to your selected playlist.

Upgrade to Premium:

Upgrade to our premium version for a more robust experience. Unleash the full potential of Playlist Importer for YouTube with advanced features and increased flexibility.

Why Upgrade?

- Efficiency: Import more videos at once.
- Precision: Choose exactly which videos to import.
- Versatility: Import from various sources, including CSV files and Google Takeout.

Try Playlist Importer for YouTube today and take control of your YouTube playlists like never before! Upgrade to premium for an even more powerful experience.

Note: The free version allows you to get started quickly, while the premium version provides advanced features for enhanced playlist management.

Note²: Some languages are not supported yet, if you have issues, try to set Chrome and YouTube to English.

Optimize your YouTube playlist workflow with Playlist Importer for YouTube – where efficiency meets simplicity!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Playlist Importer For YouTube Playlist Importer For YouTube
ID khefnmjiamchejjncollkmmbocnabgpa
Επίσημο URL https://chromewebstore.google.com/detail/playlist-importer-for-you/khefnmjiamchejjncollkmmbocnabgpa
Περιγραφή Import your Youtube Playlist
Μέγεθος Αρχείου 715 KB
Αριθμός Εγκαταστάσεων 338
Τρέχουσα Έκδοση 0.0.1.3
Τελευταία Ενημέρωση 2024-01-06
Ημερομηνία Δημοσίευσης 2023-05-19
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://limbuscode.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Διεύθυνση URL της Σελίδας Βοήθειας https://docs.google.com/forms/d/e/1FAIpQLSd_7IU5Rie2lqsxNA7TunGaSlgbmZOcORmtzrtR5fsiju07JQ/viewform?usp=pp_url&entry.937029896=Playlist+Importer+For+YouTube
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Playlist Importer For YouTube",
    "short_name": "playlist-importer-for-youtube",
    "version": "0.0.1.3",
    "author": "LimbusCode",
    "description": "Import your Youtube Playlist",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Playlist Importer for YouTube",
        "default_icon": {
            "16": "assets\/img\/16.png",
            "24": "assets\/img\/24.png",
            "32": "assets\/img\/32.png",
            "48": "assets\/img\/48.png",
            "64": "assets\/img\/64.png",
            "128": "assets\/img\/128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "notifications",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/"
    ],
    "icons": {
        "16": "assets\/img\/16.png",
        "24": "assets\/img\/24.png",
        "32": "assets\/img\/32.png",
        "48": "assets\/img\/48.png",
        "64": "assets\/img\/64.png",
        "128": "assets\/img\/128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}