Hero Wars Resource Cache

Extension for Hero Wars - Caches game resources locally to load and play the game faster especially on slow connections.

Hero Wars Resource Cacheとは何ですか?

Hero Wars Resource Cacheはhttps://hw-simulator.comによって開発されたChromeの拡張機能で、その主な機能は「Extension for Hero Wars - Caches game resources locally to load and play the game faster especially on slow connections.」です。

拡張機能のスクリーンショット

screenshot

Hero Wars Resource Cache拡張機能のCRXファイルをダウンロード

Hero Wars Resource Cache拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension caches all resources of the game "Hero Wars" locally, so that playing on slow mobile connections gets possible and it makes playing the game more smoothly and responsive on good connections too.

Furthermore, it allows you to prefetch all resources while you have a good internet connectivity to use it later on a slower connection.

It also allows to configure what layout you want to use for Hero Wars itself. If you prefer the old layout to the new one then you can switch back.                    

拡張機能の基本情報

名前 Hero Wars Resource Cache Hero Wars Resource Cache
ID gaaiakafnapoondgefinijcniibdjfmc
公式URL https://chromewebstore.google.com/detail/hero-wars-resource-cache/gaaiakafnapoondgefinijcniibdjfmc
説明 Extension for Hero Wars - Caches game resources locally to load and play the game faster especially on slow connections.
ファイルサイズ 288 KB
インストール数 123
現在のバージョン 1.1.1
最終更新日 2023-04-04
公開日 2023-01-14
開発者 https://hw-simulator.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://discord.gg/phkgMhJDK5
プライバシーポリシーページのURL https://www.hw-simulator.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hero Wars Resource Cache",
    "description": "Extension for Hero Wars - Caches game resources locally to load and play the game faster especially on slow connections.",
    "version": "1.1.1",
    "manifest_version": 3,
    "icons": {
        "128": "images\/HIcon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "images\/HIcon-128.png"
        },
        "default_title": "Hero Wars - Resource Cache"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/i.hero-wars-fb.com\/*",
                "https:\/\/www.hero-wars.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/www.hero-wars.com\/*",
        "https:\/\/i.hero-wars-fb.com\/*",
        "https:\/\/apps.facebook.com\/mobaheroes\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                "https:\/\/www.hero-wars.com\/*",
                "https:\/\/apps.facebook.com\/*",
                "https:\/\/i.hero-wars-fb.com\/*"
            ]
        }
    ]
}