Name Corrector

Correctly names famous people who have been incorrectly identified

Co to jest Name Corrector?

Name Corrector to rozszerzenie Chrome opracowane przez gomeza08, a jego główną funkcją jest „Correctly names famous people who have been incorrectly identified”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Name Corrector

Pobierz pliki rozszerzeń Name Corrector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Name Corrector Name Corrector
ID abofacofognfjhklaeeinbaifjekillj
Oficjalny URL https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj
Opis Correctly names famous people who have been incorrectly identified
Rozmiar pliku 15.21 KB
Liczba instalacji 107
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2019-02-19
Data Publikacji 2019-02-19
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper gomeza08
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}