YouTube Subscription Exporter & Importer

A free tool for exporting or importing your YouTube Subscriptions

Was ist YouTube Subscription Exporter & Importer?

YouTube Subscription Exporter & Importer ist eine Chrome-Erweiterung, die von gregsysu entwickelt wurde, und ihr Hauptmerkmal ist "A free tool for exporting or importing your YouTube Subscriptions".

Erweiterungsscreenshots

screenshot
screenshot

YouTube Subscription Exporter & Importer-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Subscription Exporter & Importer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Export the URLs of all your YouTube channel subscriptions in one click!

Or you can simply import them into another YouTube account (say if you want to switch to another account), saving you from tons of manual work.

The tool is completely FREE and does not collect any personal information. All infomation is stored locally.

If you encounter any issue, feel free to contact [email protected]
Feature requests are also welcomed :)                    

Grundlegende Informationen zur Erweiterung

Name YouTube Subscription Exporter & Importer YouTube Subscription Exporter & Importer
ID knpnadlldnncljamomilpeddcplkihln
Offizielle URL https://chromewebstore.google.com/detail/youtube-subscription-expo/knpnadlldnncljamomilpeddcplkihln
Beschreibung A free tool for exporting or importing your YouTube Subscriptions
Dateigröße 1.84 MB
Installationsanzahl 1,704
Aktuelle Version 1.0
Letztes Update 2022-07-20
Veröffentlichungsdatum 2022-07-20
Bewertung 4.16/5 Insgesamt 19 Bewertungen
Entwickler gregsysu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Subscription Exporter & Importer",
    "short_name": "ytb-sub-export-import",
    "version": "1.0",
    "author": "gregzeng",
    "description": "A free tool for exporting or importing your YouTube Subscriptions",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "YouTube Subscription exporter & importer"
    },
    "permissions": [
        "storage",
        "scripting",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/"
    ],
    "icons": {
        "32": "\/images\/32x32.png",
        "128": "\/images\/128x128.png"
    }
}