Naming Wrongs
Righting naming wrongs.
Vad är Naming Wrongs?
Naming Wrongs är en Chrome-tillägg utvecklad av jpnance, och dess huvudfunktion är "Righting naming wrongs.".
Tilläggsskärmbilder
Ladda ner Naming Wrongs-förlängningens CRX-fil
Ladda ner Naming Wrongs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | imoflnaehimpoefaeljfkllbgkdopgnb |
| Officiell webbadress | https://chromewebstore.google.com/detail/naming-wrongs/imoflnaehimpoefaeljfkllbgkdopgnb |
| Beskrivning | Righting naming wrongs. |
| Filstorlek | 5.49 KB |
| Antal Installationer | 88 |
| Aktuell Version | 2.1 |
| Senast Uppdaterad | 2016-12-27 |
| Publiceringsdatum | 2016-12-27 |
| Betyg | 4.40/5 Totalt 5 Betyg |
| Utvecklare | jpnance |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |