Crystal Saga - Lag Patch / Direct Links

Increases the FPS on Crystal Saga (R2)

Wat is Crystal Saga - Lag Patch / Direct Links?

Crystal Saga - Lag Patch / Direct Links is een Chrome-extensie ontwikkeld door sebastian.nette1988, en de belangrijkste functie is "Increases the FPS on Crystal Saga (R2)".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Crystal Saga - Lag Patch / Direct Links

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

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

Basisinformatie over de Extensie

Naam Crystal Saga - Lag Patch / Direct Links Crystal Saga - Lag Patch / Direct Links
ID hcdjalljokonfcpejbggebijkfkhjegl
Officiële URL https://chromewebstore.google.com/detail/crystal-saga-lag-patch-di/hcdjalljokonfcpejbggebijkfkhjegl
Beschrijving Increases the FPS on Crystal Saga (R2)
Bestandsgrootte 29.59 KB
Aantal Installaties 96
Huidige Versie 0.0.5
Laatst Bijgewerkt 2016-12-16
Publicatiedatum 2016-12-16
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar sebastian.nette1988
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}