Faceit Customizer

This extension changes some elements used on Faceit page.

Cos'è Faceit Customizer?

Faceit Customizer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension changes some elements used on Faceit page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Faceit Customizer

Scarica i file di estensione Faceit Customizer 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

                        Change the default Faceit notification sounds. Just open the Popup on the top right of your chrome window (Faceit icon) and enter the urls to your sounds.

Feel free to send me feature requests or donate some moneyz for the work.

https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VXHDNW6YHHU8L                    

Informazioni di Base sull'Estensione

Nome Faceit Customizer Faceit Customizer
ID aomgehfnddilfkjooooihdnjeabknepl
URL Ufficiale https://chromewebstore.google.com/detail/faceit-customizer/aomgehfnddilfkjooooihdnjeabknepl
Descrizione This extension changes some elements used on Faceit page.
Dimensione del File 23.65 KB
Conteggio Installazioni 1,779
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-04-04
Data di Pubblicazione 2015-04-04
Valutazione 3.40/5 Totale 10 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VXHDNW6YHHU8L
URL della Pagina di Aiuto http://steamcommunity.com/id/kaydenJ
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Faceit Customizer",
    "description": "This extension changes some elements used on Faceit page.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.faceit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.faceit.com\/*"
            ],
            "js": [
                "cs.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "sounds.js"
    ]
}