TubeFinder
Find youtube videos and play them directly.
ما هو TubeFinder؟
TubeFinder هو إضافة Chrome تم تطويرها بواسطة masiar، والميزة الرئيسية لها هي "Find youtube videos and play them directly.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TubeFinder
قم بتنزيل ملفات الامتداد TubeFinder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This app lets you search for YouTube videos without the need of opening a new tab and navigating to the YouTube website. It displays the first 5 results of the YouTube search and by clicking on one of them a new tab is opened and the video played. Avid YouTube users will find this app useful as they will not need to open a new tab and search on YouTube for videos they want to see or songs they want to listen.
معلومات أساسية عن التمديد
الاسم | |
ID | aaifglbficdemcmeoloongneifnnglck |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck |
الوصف | Find youtube videos and play them directly. |
حجم الملف | 120 KB |
عدد التثبيتات | 234 |
النسخة الحالية | 0.1 |
آخر تحديث | 2014-11-20 |
تاريخ النشر | 2014-11-20 |
تقييم | 2.33/5 مجموع تقييمات 6 |
المطور | masiar |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TubeFinder", "description": "Find youtube videos and play them directly.", "version": "0.1", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |