mink.io

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

Τι είναι το mink.io;

Το mink.io είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aapattewar, και η κύρια λειτουργία του είναι "Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης mink.io

Λήψη αρχείων επέκτασης mink.io σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
            ]
        }
    ]
}