myTab+
Watch all YouTube videos from your Chrome bookmarks. (requires myTab online)
ما هو myTab+؟
myTab+ هو إضافة Chrome تم تطويرها بواسطة https://www.greinr.com، والميزة الرئيسية لها هي "Watch all YouTube videos from your Chrome bookmarks. (requires myTab online)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة myTab+
قم بتنزيل ملفات الامتداد myTab+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
myTab+ is an extension to myTab online which lets you watch YouTube™ videos from many different sources in one place. By adding myTab+ you are able to watch YouTube™ videos from your bookmarks. You can open myTab online here: https://www.greinr.com/webapps/mytab/ Please feel free to suggest what features you would like to see in future updates. Furthermore if you want you can contact and follow me on Twitter... https://twitter.com/ThomasGreiner ---------------------------------------------------------------- Major Version Updates ---------------------------------------------------------------- 0.8 - upgraded to manifest v3 0.7 - improved communication with webapp - redesigned options page 0.6 - replaced myTab with myTab+ 0.1-0.5.1 - myTab as an extension
معلومات أساسية عن التمديد
الاسم | myTab+ |
ID | fbnglkgmadodfpblmofdfbfcmekmnemi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mytab+/fbnglkgmadodfpblmofdfbfcmekmnemi |
الوصف | Watch all YouTube videos from your Chrome bookmarks. (requires myTab online) |
حجم الملف | 368 KB |
عدد التثبيتات | 56 |
النسخة الحالية | 0.8 |
آخر تحديث | 2021-02-12 |
تاريخ النشر | 2016-05-01 |
تقييم | 3.56/5 مجموع تقييمات 9 |
المطور | https://www.greinr.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.greinr.com/projects |
عنوان صفحة المساعدة | https://www.greinr.com/projects/mytab |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.8", "description": "__MSG_extDescription__", "icons": { "16": "img\/logo16.png", "48": "img\/logo128.png", "128": "img\/logo128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.greinr.com\/webapps\/mytab\/*", "http:\/\/greinr.local:8080\/webapps\/mytab\/*" ], "js": [ "script.js" ], "run_at": "document_start" } ], "options_page": "options.htm", "host_permissions": [ "https:\/\/www.greinr.com\/*" ], "permissions": [ "bookmarks" ], "default_locale": "en" } |