CF ON STEROIDS

It enhances the Codeforces user profile according to selected options locally

CF ON STEROIDSとは何ですか?

CF ON STEROIDSはiManageDsによって開発されたChromeの拡張機能で、その主な機能は「It enhances the Codeforces user profile according to selected options locally」です。

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

screenshot

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

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

拡張機能の使用方法

                        It enables user to change their profile rating, contribution and roles in Codeforces.                    

拡張機能の基本情報

名前 CF ON STEROIDS CF ON STEROIDS
ID gnpecblcobafkekjmocbbeabephkgjpj
公式URL https://chromewebstore.google.com/detail/cf-on-steroids/gnpecblcobafkekjmocbbeabephkgjpj
説明 It enhances the Codeforces user profile according to selected options locally
ファイルサイズ 44.89 KB
インストール数 208
現在のバージョン 1.0.0
最終更新日 2020-12-12
公開日 2020-12-11
評価 5.00/5 合計 4 レビュー
開発者 iManageDs
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CF ON STEROIDS",
    "description": "It enhances the Codeforces user profile according to selected options locally",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "steroids.html",
        "default_icon": "ico64.png"
    },
    "icons": {
        "16": "ico16.png",
        "48": "ico48.png",
        "64": "ico64.png",
        "128": "ico128.png",
        "256": "ico256.png",
        "512": "ico512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/codeforces.com\/*",
                "https:\/\/codeforces.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens steroids.html"
        }
    },
    "manifest_version": 2
}