Crystal Saga - Lag Patch / Direct Links

Increases the FPS on Crystal Saga (R2)

Was ist Crystal Saga - Lag Patch / Direct Links?

Crystal Saga - Lag Patch / Direct Links ist eine Chrome-Erweiterung, die von sebastian.nette1988 entwickelt wurde, und ihr Hauptmerkmal ist "Increases the FPS on Crystal Saga (R2)".

Erweiterungsscreenshots

screenshot
screenshot

Crystal Saga - Lag Patch / Direct Links-Erweiterungs-CRX-Datei herunterladen

Laden Sie Crystal Saga - Lag Patch / Direct Links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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".                    

Grundlegende Informationen zur Erweiterung

Name Crystal Saga - Lag Patch / Direct Links Crystal Saga - Lag Patch / Direct Links
ID hcdjalljokonfcpejbggebijkfkhjegl
Offizielle URL https://chromewebstore.google.com/detail/crystal-saga-lag-patch-di/hcdjalljokonfcpejbggebijkfkhjegl
Beschreibung Increases the FPS on Crystal Saga (R2)
Dateigröße 29.59 KB
Installationsanzahl 96
Aktuelle Version 0.0.5
Letztes Update 2016-12-16
Veröffentlichungsdatum 2016-12-16
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler sebastian.nette1988
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}