Mentioned Videos for Reddit

Enhance your Reddit browsing experience. Explore related videos on any thread.

¿Qué es Mentioned Videos for Reddit?

Mentioned Videos for Reddit es una extensión de Chrome desarrollada por https://subtletv.com, y su función principal es "Enhance your Reddit browsing experience. Explore related videos on any thread.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Mentioned Videos for Reddit

Descarga archivos de extensión Mentioned Videos for Reddit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        When you’re viewing a Reddit thread and want to explore related media, this extension shows you videos people mentioned within that thread. It displays a counter of the videos which can be clicked to open a playlist of the videos with their context preserved.                    

Información Básica de la Extensión

Nombre Mentioned Videos for Reddit Mentioned Videos for Reddit
ID fiimkmdalmgffhibfdjnhljpnigcmohf
URL Oficial https://chromewebstore.google.com/detail/mentioned-videos-for-redd/fiimkmdalmgffhibfdjnhljpnigcmohf
Descripción Enhance your Reddit browsing experience. Explore related videos on any thread.
Tamaño del Archivo 41.22 KB
Cantidad de Instalaciones 448
Versión Actual 1.3.1
Última Actualización 2016-02-04
Fecha de Publicación 2016-02-04
Calificación 4.47/5 Total de 15 Calificaciones
Desarrollador https://subtletv.com
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "background": {
        "scripts": [
            "stv.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "No mentioned videos."
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "page.js"
            ],
            "matches": [
                "https:\/\/*.reddit.com\/*comments\/*",
                "http:\/\/*.reddit.com\/*comments\/*"
            ]
        }
    ],
    "description": "Enhance your Reddit browsing experience. Explore related videos on any thread.",
    "author": "http:\/\/subtletv.com",
    "homepage_url": "http:\/\/subtletv.com",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkLSiGgnda\/ZHeIa8P6D2JN5aKAJE1+12FQnNwZwahBG0e\/YSkOBK4Y83M2MeYs8un0Tq\/W\/rc8GbohN\/z0yffuW2irJrGuuvP2W2i5BG6jQU85fEcfjSJigzDP4akDHLb9X1nppaCeF80IFC\/8wvbdmGf60BXwZ6Ikocoa+nmwM\/UeHwJSdk2AJ3QEkQXtcgIHc2ZvEhoZEmLiXJezKUx5fA\/Uo+jxvRWfyj5ZFaf30m0asW36q8BpCI1A0qZrYB5zW2QXm0\/xgOTX9Trem18mAh9HkPg78VIs1adzvt0ajFKKR\/Qhp\/wWAMpMjnDYxWlyAFjbpatsVDGigkukKAxQIDAQAB",
    "manifest_version": 2,
    "name": "Mentioned Videos for Reddit",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.1"
}