RSI Site Speedup

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

Wat is RSI Site Speedup?

RSI Site Speedup is een Chrome-extensie ontwikkeld door Analogy, en de belangrijkste functie is "Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…".

Download het CRX-bestand van de extensie RSI Site Speedup

Download RSI Site Speedup-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

                        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.                    

Basisinformatie over de Extensie

Naam RSI Site Speedup RSI Site Speedup
ID blegkldnllogiceopgjknkckdakifldj
Officiële URL https://chrome.google.com/webstore/detail/rsi-site-speedup/blegkldnllogiceopgjknkckdakifldj
Beschrijving Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…
Bestandsgrootte 2.86 KB
Aantal Installaties 111
Huidige Versie 2.0
Laatst Bijgewerkt 2014-05-11
Publicatiedatum 2014-05-11
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Analogy
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}