Crystal Saga - Lag Patch / Direct Links

Increases the FPS on Crystal Saga (R2)

Crystal Saga - Lag Patch / Direct Links là gì?

Crystal Saga - Lag Patch / Direct Links là một tiện ích mở rộng Chrome được phát triển bởi sebastian.nette1988, và tính năng chính của nó là "Increases the FPS on Crystal Saga (R2)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crystal Saga - Lag Patch / Direct Links

Tải xuống các tệp mở rộng Crystal Saga - Lag Patch / Direct Links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Crystal Saga - Lag Patch / Direct Links Crystal Saga - Lag Patch / Direct Links
ID hcdjalljokonfcpejbggebijkfkhjegl
URL Chính Thức https://chromewebstore.google.com/detail/crystal-saga-lag-patch-di/hcdjalljokonfcpejbggebijkfkhjegl
Mô tả Increases the FPS on Crystal Saga (R2)
Kích Thước Tệp 29.59 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2016-12-16
Ngày Phát Hành 2016-12-16
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển sebastian.nette1988
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}