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)”。

擴展截圖

screenshot
screenshot

下載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 Crystal Saga - Lag Patch / Direct Links
ID hcdjalljokonfcpejbggebijkfkhjegl
官方網址 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"
            ]
        }
    ]
}