Name Corrector
Correctly names famous people who have been incorrectly identified
Vad är Name Corrector?
Name Corrector är en Chrome-tillägg utvecklad av gomeza08, och dess huvudfunktion är "Correctly names famous people who have been incorrectly identified".
Tilläggsskärmbilder
Ladda ner Name Corrector-förlängningens CRX-fil
Ladda ner Name Corrector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | abofacofognfjhklaeeinbaifjekillj |
Officiell webbadress | https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj |
Beskrivning | Correctly names famous people who have been incorrectly identified |
Filstorlek | 15.21 KB |
Antal Installationer | 107 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2019-02-19 |
Publiceringsdatum | 2019-02-19 |
Betyg | 5.00/5 Totalt 8 Betyg |
Utvecklare | gomeza08 |
Betalningssätt | free |
Stödda Språk | 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" } ] } |