RSI Site Speedup

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

What is RSI Site Speedup?

RSI Site Speedup is a Chrome extension developed by Analogy, and its main feature is "Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…".

Download RSI Site Speedup Extension CRX File

Download RSI Site Speedup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RSI Site Speedup RSI Site Speedup
ID blegkldnllogiceopgjknkckdakifldj
Official URL https://chrome.google.com/webstore/detail/rsi-site-speedup/blegkldnllogiceopgjknkckdakifldj
Description Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…
File Size 2.86 KB
Installation Count 111
Current Version 2.0
Last Updated 2014-05-11
Publish Date 2014-05-11
Rating 5.00/5 Total 6 Ratings
Developer Analogy
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}