Naming Wrongs
Righting naming wrongs.
Wat is Naming Wrongs?
Naming Wrongs is een Chrome-extensie ontwikkeld door jpnance, en de belangrijkste functie is "Righting naming wrongs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Naming Wrongs
Download Naming Wrongs-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
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! Basisinformatie over de Extensie
| Naam | |
| ID | imoflnaehimpoefaeljfkllbgkdopgnb |
| Officiële URL | https://chromewebstore.google.com/detail/naming-wrongs/imoflnaehimpoefaeljfkllbgkdopgnb |
| Beschrijving | Righting naming wrongs. |
| Bestandsgrootte | 5.49 KB |
| Aantal Installaties | 88 |
| Huidige Versie | 2.1 |
| Laatst Bijgewerkt | 2016-12-27 |
| Publicatiedatum | 2016-12-27 |
| Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | jpnance |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |