Crystal Saga - Lag Patch / Direct Links
Increases the FPS on Crystal Saga (R2)
Apa itu Crystal Saga - Lag Patch / Direct Links?
Crystal Saga - Lag Patch / Direct Links adalah ekstensi Chrome yang dikembangkan oleh sebastian.nette1988, dan fitur utamanya adalah "Increases the FPS on Crystal Saga (R2)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Crystal Saga - Lag Patch / Direct Links
Unduh file ekstensi Crystal Saga - Lag Patch / Direct Links dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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".
Informasi Dasar Ekstensi
Nama | Crystal Saga - Lag Patch / Direct Links |
ID | hcdjalljokonfcpejbggebijkfkhjegl |
URL Resmi | https://chromewebstore.google.com/detail/crystal-saga-lag-patch-di/hcdjalljokonfcpejbggebijkfkhjegl |
Deskripsi | Increases the FPS on Crystal Saga (R2) |
Ukuran File | 29.59 KB |
Jumlah Instalasi | 96 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2016-12-16 |
Tanggal Publikasi | 2016-12-16 |
Penilaian | 4.83/5 Total 6 Penilaian |
Pengembang | sebastian.nette1988 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |