iPotato

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

Vad är iPotato?

iPotato är en Chrome-tillägg utvecklad av callummr, och dess huvudfunktion är "Helps out where people have accidentally written 'iPhone' instead of 'Potato'.".

Tilläggsskärmbilder

screenshot

Ladda ner iPotato-förlängningens CRX-fil

Ladda ner iPotato-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn iPotato iPotato
ID necaodfahjjdigklnfoedncclkkgmclk
Officiell webbadress https://chromewebstore.google.com/detail/ipotato/necaodfahjjdigklnfoedncclkkgmclk
Beskrivning Helps out where people have accidentally written 'iPhone' instead of 'Potato'.
Filstorlek 23.14 KB
Antal Installationer 143
Aktuell Version 1.1
Senast Uppdaterad 2015-10-07
Publiceringsdatum 2015-10-07
Betyg 5.00/5 Totalt 12 Betyg
Utvecklare callummr
Betalningssätt free
Stödda Språk 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"
    }
}