Name Corrector
Correctly names famous people who have been incorrectly identified
Qu'est-ce que Name Corrector ?
Name Corrector est une extension Chrome développée par gomeza08, et sa fonction principale est "Correctly names famous people who have been incorrectly identified".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Name Corrector
Téléchargez les fichiers d'extension Name Corrector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | abofacofognfjhklaeeinbaifjekillj |
URL Officiel | https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj |
Description | Correctly names famous people who have been incorrectly identified |
Taille du Fichier | 15.21 KB |
Nombre d'Installations | 107 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-02-19 |
Date de Publication | 2019-02-19 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | gomeza08 |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |