YTFind
YTFind allows you to search for the dialogue in Youtube videos.
YTFind क्या है?
YTFind http://mattheakis.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YTFind allows you to search for the dialogue in Youtube videos."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YTFind एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
YTFind allows you to search for the dialogue in Youtube videos. Click on the results of the search to skip to that point in the video. You can also press enter to loop through the results. Integrates best with HTML5 Youtube videos, but works with most videos.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gkeiaihfolcgfgijebiihmmgknapfgpj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ytfind/gkeiaihfolcgfgijebiihmmgknapfgpj |
विवरण | YTFind allows you to search for the dialogue in Youtube videos. |
फ़ाइल का आकार | 44.49 KB |
स्थापना संख्या | 154 |
वर्तमान संस्करण | 1.35.7 |
अंतिम अपडेट | 2015-03-15 |
प्रकाशन तिथि | 2015-03-15 |
रेटिंग | 3.92/5 कुल 13 रेटिंग्स |
डेवलपर | http://mattheakis.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YTFind", "description": "YTFind allows you to search for the dialogue in Youtube videos.", "version": "1.35.7", "manifest_version": 2, "icons": { "128": "logo.png" }, "permissions": [ "*:\/\/ytfind.com\/*" ], "content_scripts": [ { "js": [ "jquery.js", "xml2json.js", "background.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ] } |