Crystal Saga - Lag Patch / Direct Links
Increases the FPS on Crystal Saga (R2)
Crystal Saga - Lag Patch / Direct Linksとは何ですか?
Crystal Saga - Lag Patch / Direct Linksはsebastian.nette1988によって開発されたChromeの拡張機能で、その主な機能は「Increases the FPS on Crystal Saga (R2)」です。
拡張機能のスクリーンショット
Crystal Saga - Lag Patch / Direct Links拡張機能のCRXファイルをダウンロード
Crystal Saga - Lag Patch / Direct Links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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".
拡張機能の基本情報
名前 | Crystal Saga - Lag Patch / Direct Links |
ID | hcdjalljokonfcpejbggebijkfkhjegl |
公式URL | https://chromewebstore.google.com/detail/crystal-saga-lag-patch-di/hcdjalljokonfcpejbggebijkfkhjegl |
説明 | Increases the FPS on Crystal Saga (R2) |
ファイルサイズ | 29.59 KB |
インストール数 | 96 |
現在のバージョン | 0.0.5 |
最終更新日 | 2016-12-16 |
公開日 | 2016-12-16 |
評価 | 4.83/5 合計 6 レビュー |
開発者 | sebastian.nette1988 |
支払い方法 | free |
対応言語 | 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" ] } ] } |