YouTube Subscriptions Exporter & Importer

Easily export, import, and transfer your YouTube subscriptions. Quickly move channel URLs between accounts.

Τι είναι το YouTube Subscriptions Exporter & Importer;

Το YouTube Subscriptions Exporter & Importer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον EchoWebBot Studio, και η κύρια λειτουργία του είναι "Easily export, import, and transfer your YouTube subscriptions. Quickly move channel URLs between accounts.".

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

screenshot
screenshot
screenshot

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

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

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

                        YouTube Subscriptions Exporter & Importer: Manage your YouTube subscriptions seamlessly and easily! Whether you want to export, import, or transfer your subscriptions, this Chrome extension has you covered. Say goodbye to tedious manual work and hello to a streamlined process.

With just a few clicks, you can export the URLs of all your YouTube channel subscriptions in one go, or import them into another YouTube account. No more tedious, time-consuming tasks. Enjoy your favorite channels on your new account.

🎨 Features
✓ Export/Import Subscriptions 
✓ Export channels data file to TXT,CSV,XLSX
✓ Bulk Subscribe Channels
✓ Continued free updates

🔒 Data Privacy
All data is processed in your local computer, it never passes through our web server and no one knows what you have saved.

👋 Contact
If you have any issues, feel free to contact [email protected]                    

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

Όνομα YouTube Subscriptions Exporter & Importer YouTube Subscriptions Exporter & Importer
ID ponjnjnjfemmcfcmpjcdfmepfcegidjl
Επίσημο URL https://chromewebstore.google.com/detail/youtube-subscriptions-exp/ponjnjnjfemmcfcmpjcdfmepfcegidjl
Περιγραφή Easily export, import, and transfer your YouTube subscriptions. Quickly move channel URLs between accounts.
Μέγεθος Αρχείου 378 KB
Αριθμός Εγκαταστάσεων 51
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-09-15
Ημερομηνία Δημοσίευσης 2023-09-15
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής EchoWebBot Studio
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://echobot.dev/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Subscriptions Exporter & Importer",
    "description": "Easily export, import, and transfer your YouTube subscriptions. Quickly move channel URLs between accounts.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/logo-16.png",
        "32": "icon\/logo-32.png",
        "48": "icon\/logo-48.png",
        "128": "icon\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon\/logo-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/custom-elements.min.js-loader-9e36deab.js",
                "assets\/index.js-loader-28b2eaba.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "js": [
                "assets\/auth.js-loader-4ce627d0.js"
            ],
            "matches": [
                "https:\/\/ytbsubsexporter.echobot.dev\/auth_redirect.html*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "dashboard.html",
                "icon\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "assets\/chunk-e3fc016e.js",
                "assets\/chunk-e255e328.js",
                "assets\/chunk-e70c0698.js",
                "assets\/chunk-ce6d5415.js",
                "assets\/chunk-030a82d3.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/ytbsubsexporter.echobot.dev\/*"
            ],
            "resources": [
                "assets\/chunk-e70c0698.js",
                "assets\/chunk-e5b14e22.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.echobot.dev\/*",
        "*:\/\/*.youtube.com\/*"
    ]
}