YouMerc

Keyword Search for Youtube™ Subtitles, enables another way to watch videos

Cos'è YouMerc?

YouMerc è un'estensione di Chrome sviluppata da sx666, e la sua funzione principale è "Keyword Search for Youtube™ Subtitles, enables another way to watch videos".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione YouMerc

Scarica i file di estensione YouMerc in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Another way to watch Youtube videos.

This extension allows you to search subtitle using keyword.

A Search box is inserted atop Youtube video title.

Have fun!                    

Informazioni di Base sull'Estensione

Nome YouMerc YouMerc
ID nedcgpdnfcfpgnemlfceicnnbjpeiffo
URL Ufficiale https://chrome.google.com/webstore/detail/youmerc/nedcgpdnfcfpgnemlfceicnnbjpeiffo
Descrizione Keyword Search for Youtube™ Subtitles, enables another way to watch videos
Dimensione del File 779 KB
Conteggio Installazioni 17
Versione Corrente 1.3
Ultimo Aggiornamento 2017-09-03
Data di Pubblicazione 2017-08-31
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore sx666
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouMerc",
    "short_name": "YouMerc",
    "version": "1.3",
    "description": "Keyword Search for Youtube\u2122 Subtitles, enables another way to watch videos",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "YouMerc"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js",
                "classes.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}