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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |