YouTube Subscription Exporter & Importer

A free tool for exporting or importing your YouTube Subscriptions

Apa itu YouTube Subscription Exporter & Importer?

YouTube Subscription Exporter & Importer adalah ekstensi Chrome yang dikembangkan oleh gregsysu, dan fitur utamanya adalah "A free tool for exporting or importing your YouTube Subscriptions".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube Subscription Exporter & Importer

Unduh file ekstensi YouTube Subscription Exporter & Importer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama YouTube Subscription Exporter & Importer YouTube Subscription Exporter & Importer
ID knpnadlldnncljamomilpeddcplkihln
URL Resmi https://chromewebstore.google.com/detail/youtube-subscription-expo/knpnadlldnncljamomilpeddcplkihln
Deskripsi A free tool for exporting or importing your YouTube Subscriptions
Ukuran File 1.84 MB
Jumlah Instalasi 1,704
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-07-20
Tanggal Publikasi 2022-07-20
Penilaian 4.16/5 Total 19 Penilaian
Pengembang gregsysu
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}