Ward to Beardy McTraitorson
Replaces the text 'Ward' with 'Beardy McTraitorson'.
Cos'è Ward to Beardy McTraitorson?
Ward to Beardy McTraitorson è un'estensione di Chrome sviluppata da Andrew, e la sua funzione principale è "Replaces the text 'Ward' with 'Beardy McTraitorson'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ward to Beardy McTraitorson
Scarica i file di estensione Ward to Beardy McTraitorson 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 "Ward" with "Beardy McTraitorson"
Uses panicsteve's cloud-to-butt code: https://github.com/panicsteve/cloud-to-butt                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | eeiloalhakajfbkokmlmlmkdbcidinfd | 
| URL Ufficiale | https://chromewebstore.google.com/detail/ward-to-beardy-mctraitors/eeiloalhakajfbkokmlmlmkdbcidinfd | 
| Descrizione | Replaces the text 'Ward' with 'Beardy McTraitorson'. | 
| Dimensione del File | 3.36 KB | 
| Conteggio Installazioni | 23 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2014-09-25 | 
| Data di Pubblicazione | 2014-09-25 | 
| Valutazione | 5.00/5 Totale 5 Valutazioni | 
| Sviluppatore | Andrew | 
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ward to Beardy McTraitorson",
    "version": "1.0",
    "description": "Replaces the text 'Ward' with 'Beardy McTraitorson'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
} | |