Name Corrector

Correctly names famous people who have been incorrectly identified

Hvad er Name Corrector?

Name Corrector er en Chrome-udvidelse udviklet af gomeza08, og dens hovedfunktion er "Correctly names famous people who have been incorrectly identified".

Udvidelsesskærmbilleder

Download Name Corrector-udvidelses-CRX-fil

Download Name Corrector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Name Corrector Name Corrector
ID abofacofognfjhklaeeinbaifjekillj
Officiel URL https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj
Beskrivelse Correctly names famous people who have been incorrectly identified
Filstørrelse 15.21 KB
Antal Installationer 107
Nuværende Version 1.2
Senest Opdateret 2019-02-19
Udgivelsesdato 2019-02-19
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler gomeza08
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}