YouTube Subscription Exporter & Importer

A free tool for exporting or importing your YouTube Subscriptions

Wat is YouTube Subscription Exporter & Importer?

YouTube Subscription Exporter & Importer is een Chrome-extensie ontwikkeld door gregsysu, en de belangrijkste functie is "A free tool for exporting or importing your YouTube Subscriptions".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouTube Subscription Exporter & Importer

Download YouTube Subscription Exporter & Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam YouTube Subscription Exporter & Importer YouTube Subscription Exporter & Importer
ID knpnadlldnncljamomilpeddcplkihln
Officiële URL https://chromewebstore.google.com/detail/youtube-subscription-expo/knpnadlldnncljamomilpeddcplkihln
Beschrijving A free tool for exporting or importing your YouTube Subscriptions
Bestandsgrootte 1.84 MB
Aantal Installaties 1,704
Huidige Versie 1.0
Laatst Bijgewerkt 2022-07-20
Publicatiedatum 2022-07-20
Beoordeling 4.16/5 Totaal 19 Beoordelingen
Ontwikkelaar gregsysu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}