iPotato

Helps out where people have accidentally written 'iPhone' instead of 'Potato'.

Co to jest iPotato?

iPotato to rozszerzenie Chrome opracowane przez callummr, a jego główną funkcją jest „Helps out where people have accidentally written 'iPhone' instead of 'Potato'.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia iPotato

Pobierz pliki rozszerzeń iPotato 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

                        Sometimes people are talking about Apple's latest Potato and accidentally write 'iPhone'. This will clear up those mistakes so you never have to see them!                    

Podstawowe informacje o rozszerzeniu

Nazwa iPotato iPotato
ID necaodfahjjdigklnfoedncclkkgmclk
Oficjalny URL https://chromewebstore.google.com/detail/ipotato/necaodfahjjdigklnfoedncclkkgmclk
Opis Helps out where people have accidentally written 'iPhone' instead of 'Potato'.
Rozmiar pliku 23.14 KB
Liczba instalacji 143
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-10-07
Data Publikacji 2015-10-07
Ocena 5.00/5 Łącznie 12 Oceny
Deweloper callummr
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": "iPotato",
    "version": "1.1",
    "description": "Helps out where people have accidentally written 'iPhone' instead of 'Potato'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "potato16.gif",
        "32": "potato32.gif",
        "48": "potato48.gif",
        "64": "potato64.gif",
        "128": "potato128.gif",
        "256": "potato256.gif"
    }
}