mink.io

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

Qu'est-ce que mink.io ?

mink.io est une extension Chrome développée par aapattewar, et sa fonction principale est "Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension mink.io

Téléchargez les fichiers d'extension mink.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom mink.io mink.io
ID noapgfdnbjploocjccaladfgcjlkejjl
URL Officiel https://chromewebstore.google.com/detail/minkio/noapgfdnbjploocjccaladfgcjlkejjl
Description Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!
Taille du Fichier 23.79 KB
Nombre d'Installations 23
Version Actuelle 0.1
Dernière Mise à Jour 2021-08-29
Date de Publication 2021-08-29
Évaluation 4.67/5 Total 6 Évaluations
Développeur aapattewar
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mink.ilostin.com
URL de la Page d'Aide https://mink.ilostin.com
Langues Prises en Charge 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"
            ]
        }
    ]
}