Naming Wrongs
Righting naming wrongs.
Cos'è Naming Wrongs?
Naming Wrongs è un'estensione di Chrome sviluppata da jpnance, e la sua funzione principale è "Righting naming wrongs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Naming Wrongs
Scarica i file di estensione Naming Wrongs 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
                        On several sports media sites, this extension replaces the corporate-sponsored names of stadiums, arenas, and bowl games with their original and better-known names. The list of sites the extension works on, as well as the names it affects, can be found at http://www.coinflipper.org/~jpnance/wrongs.php. The replacement list is far from complete so, if you see something missing or want this to work on a different site, please email [email protected] or leave feedback here!                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | imoflnaehimpoefaeljfkllbgkdopgnb | 
| URL Ufficiale | https://chromewebstore.google.com/detail/naming-wrongs/imoflnaehimpoefaeljfkllbgkdopgnb | 
| Descrizione | Righting naming wrongs. | 
| Dimensione del File | 5.49 KB | 
| Conteggio Installazioni | 88 | 
| Versione Corrente | 2.1 | 
| Ultimo Aggiornamento | 2016-12-27 | 
| Data di Pubblicazione | 2016-12-27 | 
| Valutazione | 4.40/5 Totale 5 Valutazioni | 
| Sviluppatore | jpnance | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Naming Wrongs",
    "version": "2.1",
    "description": "Righting naming wrongs.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "wrongs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "wrongs.json"
    ]
}  |  |