iPotato
Helps out where people have accidentally written 'iPhone' instead of 'Potato'.
What is iPotato?
iPotato is a Chrome extension developed by callummr, and its main feature is "Helps out where people have accidentally written 'iPhone' instead of 'Potato'.".
Extension Screenshots
Download iPotato Extension CRX File
Download iPotato extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | iPotato |
ID | necaodfahjjdigklnfoedncclkkgmclk |
Official URL | https://chromewebstore.google.com/detail/ipotato/necaodfahjjdigklnfoedncclkkgmclk |
Description | Helps out where people have accidentally written 'iPhone' instead of 'Potato'. |
File Size | 23.14 KB |
Installation Count | 143 |
Current Version | 1.1 |
Last Updated | 2015-10-07 |
Publish Date | 2015-10-07 |
Rating | 5.00/5 Total 12 Ratings |
Developer | callummr |
Payment Type | free |
Supported Languages | 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" } } |