I'm Feeling Lucky for YouTube
Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!
ما هو I'm Feeling Lucky for YouTube؟
I'm Feeling Lucky for YouTube هو إضافة Chrome تم تطويرها بواسطة http://bewisse.com، والميزة الرئيسية لها هي "Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة I'm Feeling Lucky for YouTube
قم بتنزيل ملفات الامتداد I'm Feeling Lucky for YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enhanced search and navigation for YouTube. - Right click to search on YouTube. - Type "yt" in the address bar, pressor , then enter the query to search on YouTube. - On YouTube search result page / home page, press '1' - '9' to go directly to the result link (1 is the top result) Learn more at https://bewisse.com/quicktube/
معلومات أساسية عن التمديد
الاسم | |
ID | eipnjklflfkomnpkopjojndaoecbihjj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/im-feeling-lucky-for-yout/eipnjklflfkomnpkopjojndaoecbihjj |
الوصف | Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar! |
حجم الملف | 23.03 KB |
عدد التثبيتات | 175 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2021-10-07 |
تاريخ النشر | 2020-06-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://bewisse.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://bewisse.com/quicktube/ |
عنوان صفحة المساعدة | https://bewisse.com/quicktube/ |
عنوان صفحة سياسة الخصوصية | https://modheader.com/privacy |
اللغات المدعومة | en,vi,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.0.3", "description": "__MSG_appDesc__", "default_locale": "en", "omnibox": { "keyword": "yt" }, "browser_action": { "default_icon": "img\/icon_128.png", "default_title": "__MSG_appName__", "default_popup": "popup\/index.html" }, "content_scripts": [ { "js": [ "assets\/index-b5fba68d.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_idle" } ], "background": { "scripts": [ "assets\/index-306ef382.js" ] }, "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "incognito": "spanning", "permissions": [ "contextMenus", "https:\/\/suggestqueries.google.com\/" ], "web_accessible_resources": [ "content\/index.js" ] } |