PedidosYa Description Viewer
This extension allows you to view the food item's description in PedidosYa sites.
ما هو PedidosYa Description Viewer؟
PedidosYa Description Viewer هو إضافة Chrome تم تطويرها بواسطة Joaquin Alonso =D، والميزة الرئيسية لها هي "This extension allows you to view the food item's description in PedidosYa sites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PedidosYa Description Viewer
قم بتنزيل ملفات الامتداد PedidosYa Description Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension to be able to see PedidosYa sites food item's description by overwriting the fixed heights and overflows with some ugly !important CSS rules =). If I missed anything please let me know!
معلومات أساسية عن التمديد
الاسم | PedidosYa Description Viewer |
ID | opfeegkiheaaofllahpeaceikjmjdbbg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pedidosya-description-vie/opfeegkiheaaofllahpeaceikjmjdbbg |
الوصف | This extension allows you to view the food item's description in PedidosYa sites. |
حجم الملف | 16.52 KB |
عدد التثبيتات | 389 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-03-25 |
تاريخ النشر | 2019-03-25 |
المطور | Joaquin Alonso =D |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PedidosYa Description Viewer", "version": "1.0", "description": "This extension allows you to view the food item's description in PedidosYa sites.", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.pedidosya.com.ar\/*", "https:\/\/www.pedidosya.com.bo\/*", "https:\/\/www.pedidosya.cl\/*", "https:\/\/www.pedidosya.com.co\/*", "https:\/\/www.pedidosya.com.ec\/*", "https:\/\/www.appetito24.com.pa\/*", "https:\/\/www.pedidosya.com.py\/*", "https:\/\/domicilios.com.pe\/*", "https:\/\/www.pedidosya.com.uy\/*" ] } ] } |