YouTube Subscription Exporter & Importer

A free tool for exporting or importing your YouTube Subscriptions

什麼是YouTube Subscription Exporter & Importer?

YouTube Subscription Exporter & Importer是由gregsysu開發的Chrome擴展程式,該擴展的主要功能是“A free tool for exporting or importing your YouTube Subscriptions”。

擴展截圖

screenshot
screenshot

下載YouTube Subscription Exporter & Importer擴展crx文件

下載YouTube Subscription Exporter & Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 YouTube Subscription Exporter & Importer YouTube Subscription Exporter & Importer
ID knpnadlldnncljamomilpeddcplkihln
官方網址 https://chromewebstore.google.com/detail/youtube-subscription-expo/knpnadlldnncljamomilpeddcplkihln
簡介 A free tool for exporting or importing your YouTube Subscriptions
檔案大小 1.84 MB
安裝次數 1,704
目前版本 1.0
更新時間 2022-07-20
上架時間 2022-07-20
評分 4.16/5 共 19 次評分
開發者 gregsysu
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}