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"입니다.
확장 프로그램 스크린샷
YouTube Subscription Exporter & Importer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |