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 هو إضافة Chrome تم تطويرها بواسطة Watson Tang، والميزة الرئيسية لها هي "Transfer your YouTube channel subscriptions to another account with just a few clicks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SmartSwitch: Transfer YouTube subscriptions
قم بتنزيل ملفات الامتداد SmartSwitch: Transfer YouTube subscriptions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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"
]
} | |