Crystal Saga - Lag Patch / Direct Links

Increases the FPS on Crystal Saga (R2)

What is Crystal Saga - Lag Patch / Direct Links?

Crystal Saga - Lag Patch / Direct Links is a Chrome extension developed by sebastian.nette1988, and its main feature is "Increases the FPS on Crystal Saga (R2)".

Extension Screenshots

screenshot
screenshot

Download Crystal Saga - Lag Patch / Direct Links Extension CRX File

Download Crystal Saga - Lag Patch / Direct Links 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

                        This is a simple script that sets the flash quality to low for crystal Sage (R2Games)
The quality is set to high by default and there is no option to change this on the clients end. But because CS is performance heavy, this will result in low fps for almost every player.

Surprisingly, the game quality still looks exactly the same, even if set to low.

Update: Flash quality can now be chosen on your own. It doesn't have to be low. Some other quality settings might work just as well like "autolow" or "autohigh".                    

Extension Basic Information

Name Crystal Saga - Lag Patch / Direct Links Crystal Saga - Lag Patch / Direct Links
ID hcdjalljokonfcpejbggebijkfkhjegl
Official URL https://chromewebstore.google.com/detail/crystal-saga-lag-patch-di/hcdjalljokonfcpejbggebijkfkhjegl
Description Increases the FPS on Crystal Saga (R2)
File Size 29.59 KB
Installation Count 96
Current Version 0.0.5
Last Updated 2016-12-16
Publish Date 2016-12-16
Rating 4.83/5 Total 6 Ratings
Developer sebastian.nette1988
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crystal Saga - Lag Patch \/ Direct Links",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Increases the FPS on Crystal Saga (R2)",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/r2cdn-encs.r2games.com\/*",
                "*:\/\/www.r2games.com\/play\/*"
            ],
            "js": [
                "src\/inject.js"
            ]
        }
    ]
}