Georanked

Geoguessr ranked extension to handle ranked games in Geoguessr

Georankedとは何ですか?

Georankedはjussetainによって開発されたChromeの拡張機能で、その主な機能は「Geoguessr ranked extension to handle ranked games in Geoguessr」です。

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

screenshot

Georanked拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Georanked will let you play ranked games with geoguessr                    

拡張機能の基本情報

名前 Georanked Georanked
ID cjkbnjgngfcijeikaehopbhdiiaajdcb
公式URL https://chromewebstore.google.com/detail/georanked/cjkbnjgngfcijeikaehopbhdiiaajdcb
説明 Geoguessr ranked extension to handle ranked games in Geoguessr
ファイルサイズ 583 KB
インストール数 86
現在のバージョン 0.1.1
最終更新日 2020-11-23
公開日 2020-11-23
評価 5.00/5 合計 4 レビュー
開発者 jussetain
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://georanked.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Georanked",
    "version": "0.1.1",
    "description": "Geoguessr ranked extension to handle ranked games in Geoguessr",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "manifest_version": 2,
    "background": {
        "matches": [
            "*"
        ],
        "scripts": [
            "jquery.js",
            "script.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.geoguessr.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "webRequest",
        "https:\/\/www.geoguessr.com\/*",
        "storage",
        "tabs"
    ],
    "content_security_policy": "default-src 'none'; script-src 'self'; connect-src http:\/\/georanked.com:3690 https:\/\/www.geoguessr.com\/* http:\/\/www.geoguessr.com\/* http:\/\/localhost:3690; img-src http:\/\/georanked.com:3690\/* https:\/\/static-cdn.jtvnw.net\/* https:\/\/www.static-cdn.jtvnw.net\/* http:\/\/localhost:3690 data: https: http:; style-src 'self'"
}