Name Corrector

Correctly names famous people who have been incorrectly identified

Cos'è Name Corrector?

Name Corrector è un'estensione di Chrome sviluppata da gomeza08, e la sua funzione principale è "Correctly names famous people who have been incorrectly identified".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Name Corrector

Scarica i file di estensione Name Corrector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Name Corrector Name Corrector
ID abofacofognfjhklaeeinbaifjekillj
URL Ufficiale https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj
Descrizione Correctly names famous people who have been incorrectly identified
Dimensione del File 15.21 KB
Conteggio Installazioni 107
Versione Corrente 1.2
Ultimo Aggiornamento 2019-02-19
Data di Pubblicazione 2019-02-19
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore gomeza08
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}