Naming Wrongs
Righting naming wrongs.
Apa itu Naming Wrongs?
Naming Wrongs adalah ekstensi Chrome yang dikembangkan oleh jpnance, dan fitur utamanya adalah "Righting naming wrongs.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Naming Wrongs
Unduh file ekstensi Naming Wrongs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Naming Wrongs |
ID | imoflnaehimpoefaeljfkllbgkdopgnb |
URL Resmi | https://chromewebstore.google.com/detail/naming-wrongs/imoflnaehimpoefaeljfkllbgkdopgnb |
Deskripsi | Righting naming wrongs. |
Ukuran File | 5.49 KB |
Jumlah Instalasi | 88 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2016-12-27 |
Tanggal Publikasi | 2016-12-27 |
Penilaian | 4.40/5 Total 5 Penilaian |
Pengembang | jpnance |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |