Naming Wrongs
Righting naming wrongs.
What is Naming Wrongs?
Naming Wrongs is a Chrome extension developed by jpnance, and its main feature is "Righting naming wrongs.".
Extension Screenshots
Download Naming Wrongs Extension CRX File
Download Naming Wrongs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Naming Wrongs |
ID | imoflnaehimpoefaeljfkllbgkdopgnb |
Official URL | https://chromewebstore.google.com/detail/naming-wrongs/imoflnaehimpoefaeljfkllbgkdopgnb |
Description | Righting naming wrongs. |
File Size | 5.49 KB |
Installation Count | 88 |
Current Version | 2.1 |
Last Updated | 2016-12-27 |
Publish Date | 2016-12-27 |
Rating | 4.40/5 Total 5 Ratings |
Developer | jpnance |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |