YouTube Subscription Exporter & Importer

A free tool for exporting or importing your YouTube Subscriptions

Qu'est-ce que YouTube Subscription Exporter & Importer ?

YouTube Subscription Exporter & Importer est une extension Chrome développée par gregsysu, et sa fonction principale est "A free tool for exporting or importing your YouTube Subscriptions".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Subscription Exporter & Importer

Téléchargez les fichiers d'extension YouTube Subscription Exporter & Importer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 :)                    

Informations de Base sur l'Extension

Nom YouTube Subscription Exporter & Importer YouTube Subscription Exporter & Importer
ID knpnadlldnncljamomilpeddcplkihln
URL Officiel https://chromewebstore.google.com/detail/youtube-subscription-expo/knpnadlldnncljamomilpeddcplkihln
Description A free tool for exporting or importing your YouTube Subscriptions
Taille du Fichier 1.84 MB
Nombre d'Installations 1,704
Version Actuelle 1.0
Dernière Mise à Jour 2022-07-20
Date de Publication 2022-07-20
Évaluation 4.16/5 Total 19 Évaluations
Développeur gregsysu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}