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 http://bewisse.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में I'm Feeling Lucky for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ URL | https://bewisse.com/quicktube/ |
गोपनीयता नीति पृष्ठ URL | 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" ] } |