RSI Site Speedup

Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…

¿Qué es RSI Site Speedup?

RSI Site Speedup es una extensión de Chrome desarrollada por Analogy, y su función principal es "Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…".

Descargar Archivo CRX de la Extensión RSI Site Speedup

Descarga archivos de extensión RSI Site Speedup 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

                        Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow.  However, this is largely only because its devs neglected certain simple rendering optimizations.

This extension makes those optimizations behind the scenes, while not affecting the look or functionality of the site.  It just improves rendering and scrolling performance.

This extension does not affect other sites or Chrome's universal behaviors at all.                    

Información Básica de la Extensión

Nombre RSI Site Speedup RSI Site Speedup
ID blegkldnllogiceopgjknkckdakifldj
URL Oficial https://chrome.google.com/webstore/detail/rsi-site-speedup/blegkldnllogiceopgjknkckdakifldj
Descripción Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…
Tamaño del Archivo 2.86 KB
Cantidad de Instalaciones 111
Versión Actual 2.0
Última Actualización 2014-05-11
Fecha de Publicación 2014-05-11
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador Analogy
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RSI Site Speedup",
    "description": "",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.robertsspaceindustries.com\/*",
                "https:\/\/*.robertsspaceindustries.com\/*"
            ],
            "js": [
                "rsispeedup.js"
            ]
        }
    ]
}