iPotato
Helps out where people have accidentally written 'iPhone' instead of 'Potato'.
Wat is iPotato?
iPotato is een Chrome-extensie ontwikkeld door callummr, en de belangrijkste functie is "Helps out where people have accidentally written 'iPhone' instead of 'Potato'.".
Extensie Screenshots
Download het CRX-bestand van de extensie iPotato
Download iPotato-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | iPotato |
ID | necaodfahjjdigklnfoedncclkkgmclk |
Officiële URL | https://chromewebstore.google.com/detail/ipotato/necaodfahjjdigklnfoedncclkkgmclk |
Beschrijving | Helps out where people have accidentally written 'iPhone' instead of 'Potato'. |
Bestandsgrootte | 23.14 KB |
Aantal Installaties | 143 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-10-07 |
Publicatiedatum | 2015-10-07 |
Beoordeling | 5.00/5 Totaal 12 Beoordelingen |
Ontwikkelaar | callummr |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |