CJW Steam Revamp

Currently in BETA. Please send bugs, advice and feedback to info@callumjw.co.uk

Cos'è CJW Steam Revamp?

CJW Steam Revamp è un'estensione di Chrome sviluppata da https://callumjw.co.uk, e la sua funzione principale è "Currently in BETA. Please send bugs, advice and feedback to info@callumjw.co.uk".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CJW Steam Revamp

Scarica i file di estensione CJW Steam Revamp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 info@callumjw.co.uk

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                    

Informazioni di Base sull'Estensione

Nome CJW Steam Revamp CJW Steam Revamp
ID ekibkpbobmchiepjbmcinmelddkbddgo
URL Ufficiale https://chromewebstore.google.com/detail/cjw-steam-revamp/ekibkpbobmchiepjbmcinmelddkbddgo
Descrizione Currently in BETA. Please send bugs, advice and feedback to info@callumjw.co.uk
Dimensione del File 766 KB
Conteggio Installazioni 10
Versione Corrente 0.0.15
Ultimo Aggiornamento 2016-12-03
Data di Pubblicazione 2016-12-03
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore https://callumjw.co.uk
Email info@callumjw.co.uk
Tipo di Pagamento free
Lingue Supportate 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 info@callumjw.co.uk",
    "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"
            ]
        }
    ]
}