Crystal Saga - Lag Patch / Direct Links
Increases the FPS on Crystal Saga (R2)
O que é Crystal Saga - Lag Patch / Direct Links?
Crystal Saga - Lag Patch / Direct Links é uma extensão do Chrome desenvolvida por sebastian.nette1988, e sua principal característica é "Increases the FPS on Crystal Saga (R2)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Crystal Saga - Lag Patch / Direct Links
Baixe arquivos de extensão Crystal Saga - Lag Patch / Direct Links no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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".
Informações Básicas da Extensão
Nome | Crystal Saga - Lag Patch / Direct Links |
ID | hcdjalljokonfcpejbggebijkfkhjegl |
URL Oficial | https://chromewebstore.google.com/detail/crystal-saga-lag-patch-di/hcdjalljokonfcpejbggebijkfkhjegl |
Descrição | Increases the FPS on Crystal Saga (R2) |
Tamanho do Arquivo | 29.59 KB |
Contagem de Instalações | 96 |
Versão Atual | 0.0.5 |
Última Atualização | 2016-12-16 |
Data de Publicação | 2016-12-16 |
Classificação | 4.83/5 Total de 6 Avaliações |
Desenvolvedor | sebastian.nette1988 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |