Rooster Teeth++

A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.

¿Qué es Rooster Teeth++?

Rooster Teeth++ es una extensión de Chrome desarrollada por Noojuno, y su función principal es "A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Rooster Teeth++

Descarga archivos de extensión Rooster Teeth++ 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

                        A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.

Compatible with Enhanced RT.                    

Información Básica de la Extensión

Nombre Rooster Teeth++ Rooster Teeth++
ID joeobflmcmlhgjpbgolpdmpphaijhlee
URL Oficial https://chromewebstore.google.com/detail/rooster-teeth++/joeobflmcmlhgjpbgolpdmpphaijhlee
Descripción A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.
Tamaño del Archivo 513 KB
Cantidad de Instalaciones 183
Versión Actual 1.3.2
Última Actualización 2018-05-06
Fecha de Publicación 2018-05-06
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador Noojuno
Tipo de Pago free
Sitio Web de la Extensión http://twitter.com/noojuno
Idiomas Soportados en
manifest.json
{
    "description": "A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.",
    "version": "1.3.2",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rooster Teeth++",
    "short_name": "RT++",
    "icons": {
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "rtpp.user.js"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "exclude_globs": [
                "*:\/\/store.roosterteeth.com\/*"
            ],
            "include_globs": [
                "*"
            ],
            "js": [
                "injector.user.js"
            ],
            "matches": [
                "*:\/\/*.roosterteeth.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}