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! 擴展基本資訊
| 名稱 | |
| ID | imoflnaehimpoefaeljfkllbgkdopgnb |
| 官方網址 | 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"
]
} | |