GoToChannel
Return "Visit Channel" button in user option on live chat
ما هو GoToChannel؟
GoToChannel هو إضافة Chrome تم تطويرها بواسطة adds.ocean، والميزة الرئيسية لها هي "Return "Visit Channel" button in user option on live chat".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GoToChannel
قم بتنزيل ملفات الامتداد GoToChannel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Return "Visit Channel" button in user option on live chat
معلومات أساسية عن التمديد
الاسم | GoToChannel |
ID | mkefmnjngpbgnbheallokkajbmganjod |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gotochannel/mkefmnjngpbgnbheallokkajbmganjod |
الوصف | Return "Visit Channel" button in user option on live chat |
حجم الملف | 28.75 KB |
عدد التثبيتات | 147 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-12-16 |
تاريخ النشر | 2021-12-15 |
تقييم | 3.67/5 مجموع تقييمات 6 |
المطور | adds.ocean |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoToChannel", "version": "1.1", "manifest_version": 2, "web_accessible_resources": [ "modules\/*" ], "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/youtu.be\/*", "*:\/\/www.youtu.be\/*", "*:\/\/*.youtu.be\/*" ], "js": [ "index.js" ], "all_frames": true } ], "icons": { "500": "asset\/logo-500.png" }, "browser_action": { "default_icon": { "500": "asset\/logo-500.png" } }, "background": { "scripts": [ "background.js" ] } } |