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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sebastian.nette1988 และคุณลักษณะหลักของมันคือ "Increases the FPS on Crystal Saga (R2)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crystal Saga - Lag Patch / Direct Links

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}