SmartSwitch: Transfer YouTube subscriptions

Transfer your YouTube channel subscriptions to another account with just a few clicks.

SmartSwitch: Transfer YouTube subscriptions란 무엇입니까?

SmartSwitch: Transfer YouTube subscriptions은(는) Watson Tang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transfer your YouTube channel subscriptions to another account with just a few clicks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SmartSwitch: Transfer YouTube subscriptions 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With just a few clicks, you can easily export and import your subscriptions between different YouTube accounts or devices! making it easier than ever to stay up-to-date with your favorite content creators.                    

확장 프로그램 기본 정보

이름 SmartSwitch: Transfer YouTube subscriptions SmartSwitch: Transfer YouTube subscriptions
ID ofjkkedodlibekaaldndffjfhbpkjikp
공식 URL https://chromewebstore.google.com/detail/smartswitch-transfer-yout/ofjkkedodlibekaaldndffjfhbpkjikp
설명 Transfer your YouTube channel subscriptions to another account with just a few clicks.
파일 크기 32.95 KB
설치 횟수 684
현재 버전 1.5
최근 업데이트 2023-11-13
출시 날짜 2023-01-15
평점 3.67/5 총 6 개의 평점
개발자 Watson Tang
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.5",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "src\/assets\/icons\/icon_16.png",
        "32": "src\/assets\/icons\/icon_32.png",
        "48": "src\/assets\/icons\/icon_48.png",
        "128": "src\/assets\/icons\/icon_128.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/icon_16.png",
            "32": "src\/assets\/icons\/icon_32.png",
            "48": "src\/assets\/icons\/icon_48.png",
            "128": "src\/assets\/icons\/icon_128.png"
        }
    },
    "permissions": [
        "storage",
        "scripting",
        "clipboardWrite",
        "alarms"
    ]
}