Name Corrector
Correctly names famous people who have been incorrectly identified
Was ist Name Corrector?
Name Corrector ist eine Chrome-Erweiterung, die von gomeza08 entwickelt wurde, und ihr Hauptmerkmal ist "Correctly names famous people who have been incorrectly identified".
Erweiterungsscreenshots
Name Corrector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Name Corrector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | abofacofognfjhklaeeinbaifjekillj |
| Offizielle URL | https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj |
| Beschreibung | Correctly names famous people who have been incorrectly identified |
| Dateigröße | 15.21 KB |
| Installationsanzahl | 107 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2019-02-19 |
| Veröffentlichungsdatum | 2019-02-19 |
| Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
| Entwickler | gomeza08 |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
]
} | |