Name Corrector
Correctly names famous people who have been incorrectly identified
Apa itu Name Corrector?
Name Corrector adalah ekstensi Chrome yang dikembangkan oleh gomeza08, dan fitur utamanya adalah "Correctly names famous people who have been incorrectly identified".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Name Corrector
Unduh file ekstensi Name Corrector 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
Some unfortunate souls are constantly mis-identified on the internet. This extension fixes that for you. Go to http://bit.ly/1KonDJ1 and http://bit.ly/1GKw5xs to verify and please alert the creator if anyone else has this same problem.
Informasi Dasar Ekstensi
Nama | |
ID | abofacofognfjhklaeeinbaifjekillj |
URL Resmi | https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj |
Deskripsi | Correctly names famous people who have been incorrectly identified |
Ukuran File | 15.21 KB |
Jumlah Instalasi | 107 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2019-02-19 |
Tanggal Publikasi | 2019-02-19 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | gomeza08 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Name Corrector", "version": "1.2", "description": "Correctly names famous people who have been incorrectly identified", "browser_action": { "default_icon": "icon_128.png" }, "icons": { "128": "icon_128.png", "48": "icon_48.png", "32": "icon_32.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |