CJW Steam Revamp

Currently in BETA. Please send bugs, advice and feedback to [email protected]

CJW Steam Revampとは何ですか?

CJW Steam Revampはhttps://callumjw.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Currently in BETA. Please send bugs, advice and feedback to [email protected]」です。

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

screenshot

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

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

拡張機能の使用方法

                        This is a solo project on revamping the whole steam websites (both steamcommunity and steampowered) for Google Chrome. This is currently in BETA so beware when using this. There may be some bugs and A LOT of it is not complete. 

Got some ideas on how to improve this extension? Found a bug? Send me an email at [email protected]

Feel like buying me some popcorn or pepsi? Fancy gifting me steam gifts? You don't have to but here are the links:
PayPal - https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YM67FEFKNL2C2
Steam - https://steamcommunity.com/tradeoffer/new/?partner=220202211&token=ejOsEtij                    

拡張機能の基本情報

名前 CJW Steam Revamp CJW Steam Revamp
ID ekibkpbobmchiepjbmcinmelddkbddgo
公式URL https://chromewebstore.google.com/detail/cjw-steam-revamp/ekibkpbobmchiepjbmcinmelddkbddgo
説明 Currently in BETA. Please send bugs, advice and feedback to [email protected]
ファイルサイズ 766 KB
インストール数 10
現在のバージョン 0.0.15
最終更新日 2016-12-03
公開日 2016-12-03
評価 4.00/5 合計 1 レビュー
開発者 https://callumjw.co.uk
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CJW Steam Revamp",
    "version": "0.0.15",
    "manifest_version": 2,
    "description": "Currently in BETA. Please send bugs, advice and feedback to [email protected]",
    "homepage_url": "http:\/\/callumjw.co.uk",
    "web_accessible_resources": [
        "fonts\/*.*",
        "templates\/*.html",
        "logo.png"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*",
                "http:\/\/steamcommunity.com\/*"
            ],
            "js": [
                "jquery.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*",
                "http:\/\/steamcommunity.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}