Name Corrector
Correctly names famous people who have been incorrectly identified
What is Name Corrector?
Name Corrector is a Chrome extension developed by gomeza08, and its main feature is "Correctly names famous people who have been incorrectly identified".
Extension Screenshots
Download Name Corrector Extension CRX File
Download Name Corrector 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
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.
Extension Basic Information
Name | |
ID | abofacofognfjhklaeeinbaifjekillj |
Official URL | https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj |
Description | Correctly names famous people who have been incorrectly identified |
File Size | 15.21 KB |
Installation Count | 107 |
Current Version | 1.2 |
Last Updated | 2019-02-19 |
Publish Date | 2019-02-19 |
Rating | 5.00/5 Total 8 Ratings |
Developer | gomeza08 |
Payment Type | free |
Supported Languages | 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" } ] } |