Ward to Beardy McTraitorson
Replaces the text 'Ward' with 'Beardy McTraitorson'.
Wat is Ward to Beardy McTraitorson?
Ward to Beardy McTraitorson is een Chrome-extensie ontwikkeld door Andrew, en de belangrijkste functie is "Replaces the text 'Ward' with 'Beardy McTraitorson'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ward to Beardy McTraitorson
Download Ward to Beardy McTraitorson-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Replaces "Ward" with "Beardy McTraitorson"
Uses panicsteve's cloud-to-butt code: https://github.com/panicsteve/cloud-to-butt                     Basisinformatie over de Extensie
| Naam |  | 
| ID | eeiloalhakajfbkokmlmlmkdbcidinfd | 
| Officiële URL | https://chromewebstore.google.com/detail/ward-to-beardy-mctraitors/eeiloalhakajfbkokmlmlmkdbcidinfd | 
| Beschrijving | Replaces the text 'Ward' with 'Beardy McTraitorson'. | 
| Bestandsgrootte | 3.36 KB | 
| Aantal Installaties | 23 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2014-09-25 | 
| Publicatiedatum | 2014-09-25 | 
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen | 
| Ontwikkelaar | Andrew | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
        }
    ]
} | |