Crystal Saga - Lag Patch / Direct Links

Increases the FPS on Crystal Saga (R2)

Cos'è Crystal Saga - Lag Patch / Direct Links?

Crystal Saga - Lag Patch / Direct Links è un'estensione di Chrome sviluppata da sebastian.nette1988, e la sua funzione principale è "Increases the FPS on Crystal Saga (R2)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Crystal Saga - Lag Patch / Direct Links

Scarica i file di estensione Crystal Saga - Lag Patch / Direct Links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Crystal Saga - Lag Patch / Direct Links Crystal Saga - Lag Patch / Direct Links
ID hcdjalljokonfcpejbggebijkfkhjegl
URL Ufficiale https://chromewebstore.google.com/detail/crystal-saga-lag-patch-di/hcdjalljokonfcpejbggebijkfkhjegl
Descrizione Increases the FPS on Crystal Saga (R2)
Dimensione del File 29.59 KB
Conteggio Installazioni 96
Versione Corrente 0.0.5
Ultimo Aggiornamento 2016-12-16
Data di Pubblicazione 2016-12-16
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore sebastian.nette1988
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}