Naming Wrongs
Righting naming wrongs.
什么是Naming Wrongs?
Naming Wrongs是由jpnance开发的Chrome扩展程序,该扩展的主要功能是“Righting naming wrongs.”。
扩展截图
下载Naming Wrongs扩展crx文件
下载Naming Wrongs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Naming Wrongs |
ID | imoflnaehimpoefaeljfkllbgkdopgnb |
官方URL | https://chromewebstore.google.com/detail/naming-wrongs/imoflnaehimpoefaeljfkllbgkdopgnb |
简介 | Righting naming wrongs. |
文件大小 | 5.49 KB |
安装次数 | 88 |
当前版本 | 2.1 |
更新时间 | 2016-12-27 |
上架时间 | 2016-12-27 |
评分 | 4.40/5 共5次评分 |
开发者 | jpnance |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |