YouTube Subscription Exporter & Importer

A free tool for exporting or importing your YouTube Subscriptions

YouTube Subscription Exporter & Importerคืออะไร?

YouTube Subscription Exporter & Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gregsysu และคุณลักษณะหลักของมันคือ "A free tool for exporting or importing your YouTube Subscriptions"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Subscription Exporter & Importer

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}