iPotato
Helps out where people have accidentally written 'iPhone' instead of 'Potato'.
Что такое iPotato?
iPotato - это расширение Chrome, разработанное callummr, и его основная функция - "Helps out where people have accidentally written 'iPhone' instead of 'Potato'.".
Снимки экрана расширения
Скачать файл CRX расширения iPotato
Скачайте файлы расширений iPotato в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | iPotato |
ID | necaodfahjjdigklnfoedncclkkgmclk |
Официальный URL | https://chromewebstore.google.com/detail/ipotato/necaodfahjjdigklnfoedncclkkgmclk |
Описание | Helps out where people have accidentally written 'iPhone' instead of 'Potato'. |
Размер файла | 23.14 KB |
Количество установок | 143 |
Текущая Версия | 1.1 |
Последнее Обновление | 2015-10-07 |
Дата публикации | 2015-10-07 |
Рейтинг | 5.00/5 Всего 12 оценок |
Разработчик | callummr |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |