mink.io
Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!
mink.io क्या है?
mink.io aapattewar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में mink.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Video player which listens. You can play any YouTube video. Now navigate through the video using voice commands. With this extension, user shall able to see button in the right click menu as "Watch on mink platform" . For any feedback, write to [email protected] thanks to Youtube.com !!
एक्सटेंशन की मूल जानकारी
नाम | mink.io |
ID | noapgfdnbjploocjccaladfgcjlkejjl |
आधिकारिक URL | https://chromewebstore.google.com/detail/minkio/noapgfdnbjploocjccaladfgcjlkejjl |
विवरण | Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !! |
फ़ाइल का आकार | 23.79 KB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2021-08-29 |
प्रकाशन तिथि | 2021-08-29 |
रेटिंग | 4.67/5 कुल 6 रेटिंग्स |
डेवलपर | aapattewar |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mink.ilostin.com |
सहायता पृष्ठ URL | https://mink.ilostin.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mink.io", "version": "0.1", "description": "Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "16": "mm.png", "48": "mm.png", "128": "mm.png" }, "background": { "service_worker": "contextMenu.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_idle", "js": [ "yt\/cash.min.js", "yt\/helpers.js", "yt\/main.js" ], "css": [ "yt\/main.css" ] } ] } |