iPotato

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

Apa itu iPotato?

iPotato adalah ekstensi Chrome yang dikembangkan oleh callummr, dan fitur utamanya adalah "Helps out where people have accidentally written 'iPhone' instead of 'Potato'.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi iPotato

Unduh file ekstensi iPotato dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama iPotato iPotato
ID necaodfahjjdigklnfoedncclkkgmclk
URL Resmi https://chromewebstore.google.com/detail/ipotato/necaodfahjjdigklnfoedncclkkgmclk
Deskripsi Helps out where people have accidentally written 'iPhone' instead of 'Potato'.
Ukuran File 23.14 KB
Jumlah Instalasi 143
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-10-07
Tanggal Publikasi 2015-10-07
Penilaian 5.00/5 Total 12 Penilaian
Pengembang callummr
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}