mink.io

Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!

Was ist mink.io?

mink.io ist eine Chrome-Erweiterung, die von aapattewar entwickelt wurde, und ihr Hauptmerkmal ist "Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!".

Erweiterungsscreenshots

screenshot

mink.io-Erweiterungs-CRX-Datei herunterladen

Laden Sie mink.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 !!                    

Grundlegende Informationen zur Erweiterung

Name mink.io mink.io
ID noapgfdnbjploocjccaladfgcjlkejjl
Offizielle URL https://chromewebstore.google.com/detail/minkio/noapgfdnbjploocjccaladfgcjlkejjl
Beschreibung Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!
Dateigröße 23.79 KB
Installationsanzahl 23
Aktuelle Version 0.1
Letztes Update 2021-08-29
Veröffentlichungsdatum 2021-08-29
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler aapattewar
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mink.ilostin.com
Hilfeseite URL https://mink.ilostin.com
Unterstützte Sprachen 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"
            ]
        }
    ]
}