Youtube Video Search
Redirects the default google videos tab to search youtube, instead of the default google videos search.
Youtube Video Search क्या है?
Youtube Video Search jabbersofficial द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects the default google videos tab to search youtube, instead of the default google videos search."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Video Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When browsing google, it is sometimes more convenient to have the "videos" tab to redirect straight to youtube. This extension aims to solve this by redirecting the videos tab straight to youtube.
एक्सटेंशन की मूल जानकारी
नाम | Youtube Video Search |
ID | igmgnochpgmbjdoacllndnokjkmbfkji |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-video-search/igmgnochpgmbjdoacllndnokjkmbfkji |
विवरण | Redirects the default google videos tab to search youtube, instead of the default google videos search. |
फ़ाइल का आकार | 46.97 KB |
स्थापना संख्या | 25 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2021-04-23 |
प्रकाशन तिथि | 2020-12-24 |
डेवलपर | jabbersofficial |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Video Search", "version": "1.2", "description": "Redirects the default google videos tab to search youtube, instead of the default google videos search.", "manifest_version": 2, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*" ], "js": [ "jquery-3.5.1.min.js", "youtubevideosearch.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" } } |