Cyber to Wizard

Replaces the text 'cyber' with 'wizard'.

Cos'è Cyber to Wizard?

Cyber to Wizard è un'estensione di Chrome sviluppata da Will Oberndorfer, e la sua funzione principale è "Replaces the text 'cyber' with 'wizard'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cyber to Wizard

Scarica i file di estensione Cyber to Wizard 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

                        Replaces 'cyber' with 'wizard'. They're the same thing, right?                    

Informazioni di Base sull'Estensione

Nome Cyber to Wizard Cyber to Wizard
ID ijefilfadoeifnioiaajdiioacmdebel
URL Ufficiale https://chromewebstore.google.com/detail/cyber-to-wizard/ijefilfadoeifnioiaajdiioacmdebel
Descrizione Replaces the text 'cyber' with 'wizard'.
Dimensione del File 3.36 KB
Conteggio Installazioni 58
Versione Corrente 1.0
Ultimo Aggiornamento 2015-05-26
Data di Pubblicazione 2015-05-25
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Will Oberndorfer
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mancxvi/cyber-to-wizard
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyber to Wizard",
    "version": "1.0",
    "description": "Replaces the text 'cyber' with 'wizard'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}