iFood Plus

Melhora a ordenação dos restaurantes no iFood e inclui a quantidade de avaliações.

iFood Plusคืออะไร?

iFood Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย natenho และคุณลักษณะหลักของมันคือ "Melhora a ordenação dos restaurantes no iFood e inclui a quantidade de avaliações."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iFood Plus

ดาวน์โหลดไฟล์ส่วนขยาย iFood Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Melhora a ordenação dos restaurantes no iFood e inclui a quantidade de avaliações.

O critério usado para ordenar os restaurantes é o seguinte:
- Avaliação
- Preço de Entrega
- Selo de Super Restaurante
- Tempo de entrega
- Distância

Esta extensão não tem qualquer relação com o iFood ou parceiros e não está associada a nenhuma marca comercial.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ iFood Plus iFood Plus
ID njhcfcbgfnfffjhkkmdcohipfmimdelh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ifood-plus/njhcfcbgfnfffjhkkmdcohipfmimdelh
คำอธิบาย Melhora a ordenação dos restaurantes no iFood e inclui a quantidade de avaliações.
ขนาดไฟล์ 12.77 KB
จำนวนการติดตั้ง 122
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2021-12-21
วันที่เผยแพร่ 2021-12-19
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา natenho
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "iFood Plus",
    "description": "Melhora a ordena\u00e7\u00e3o dos restaurantes no iFood e inclui a quantidade de avalia\u00e7\u00f5es.",
    "version": "0.1.0",
    "action": {
        "default_icon": "icon96.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ifood.com.br\/*"
            ],
            "js": [
                "arrive.min.js",
                "debug.js",
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/*.ifood.com.br\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "wait.svg"
            ],
            "matches": [
                "*:\/\/*.ifood.com.br\/*"
            ]
        }
    ]
}