Crystal Saga - Lag Patch / Direct Links
Increases the FPS on Crystal Saga (R2)
Qu'est-ce que Crystal Saga - Lag Patch / Direct Links ?
Crystal Saga - Lag Patch / Direct Links est une extension Chrome développée par sebastian.nette1988, et sa fonction principale est "Increases the FPS on Crystal Saga (R2)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crystal Saga - Lag Patch / Direct Links
Téléchargez les fichiers d'extension Crystal Saga - Lag Patch / Direct Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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".
Informations de Base sur l'Extension
Nom | Crystal Saga - Lag Patch / Direct Links |
ID | hcdjalljokonfcpejbggebijkfkhjegl |
URL Officiel | https://chromewebstore.google.com/detail/crystal-saga-lag-patch-di/hcdjalljokonfcpejbggebijkfkhjegl |
Description | Increases the FPS on Crystal Saga (R2) |
Taille du Fichier | 29.59 KB |
Nombre d'Installations | 96 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2016-12-16 |
Date de Publication | 2016-12-16 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | sebastian.nette1988 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |