Name Corrector

Correctly names famous people who have been incorrectly identified

Wat is Name Corrector?

Name Corrector is een Chrome-extensie ontwikkeld door gomeza08, en de belangrijkste functie is "Correctly names famous people who have been incorrectly identified".

Extensie Screenshots

Download het CRX-bestand van de extensie Name Corrector

Download Name Corrector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Name Corrector Name Corrector
ID abofacofognfjhklaeeinbaifjekillj
Officiële URL https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj
Beschrijving Correctly names famous people who have been incorrectly identified
Bestandsgrootte 15.21 KB
Aantal Installaties 107
Huidige Versie 1.2
Laatst Bijgewerkt 2019-02-19
Publicatiedatum 2019-02-19
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar gomeza08
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}