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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |