Searchyy - Find on YouTube by Right-Click
Search highlighted/selected text on YouTube with right click!
Searchyy - Find on YouTube by Right-Click क्या है?
Searchyy - Find on YouTube by Right-Click Vladyslav Bova द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search highlighted/selected text on YouTube with right click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Searchyy - Find on YouTube by Right-Click एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
I developed this extension for myself and I hope you will love it too. It's pretty simple. Right click on selected text will redirect you on YouTube with the results. It just saves a time.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | alhnhopmdlijlcdfbmlaflpfbcgfdekh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/searchyy-find-on-youtube/alhnhopmdlijlcdfbmlaflpfbcgfdekh |
विवरण | Search highlighted/selected text on YouTube with right click! |
फ़ाइल का आकार | 9.2 KB |
स्थापना संख्या | 64 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-02-01 |
प्रकाशन तिथि | 2022-02-01 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Vladyslav Bova |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.termsfeed.com/live/95cf2d84-de8d-42e0-ba80-1ab7d730e04e |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Searchyy - Find on YouTube by Right-Click", "description": "Search highlighted\/selected text on YouTube with right click!", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |