YouMerc

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

Wat is YouMerc?

YouMerc is een Chrome-extensie ontwikkeld door sx666, en de belangrijkste functie is "Keyword Search for Youtube™ Subtitles, enables another way to watch videos".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouMerc

Download YouMerc-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam YouMerc YouMerc
ID nedcgpdnfcfpgnemlfceicnnbjpeiffo
Officiële URL https://chrome.google.com/webstore/detail/youmerc/nedcgpdnfcfpgnemlfceicnnbjpeiffo
Beschrijving Keyword Search for Youtube™ Subtitles, enables another way to watch videos
Bestandsgrootte 779 KB
Aantal Installaties 17
Huidige Versie 1.3
Laatst Bijgewerkt 2017-09-03
Publicatiedatum 2017-08-31
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar sx666
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}