Evri Sucks

Shows a banner if the website uses Evri for delivery

Evri Sucksคืออะไร?

Evri Sucks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Craig Newbury และคุณลักษณะหลักของมันคือ "Shows a banner if the website uses Evri for delivery"

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

screenshot
screenshot

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

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

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

                        We all dread ordering from an online store where they don't say who their shipping partner is, and then we get a notification from Evri. In recent weeks they have been getting worse and worse. Hopefully this plugin will help you identify sites using them. We have a list of sites and are trying to keep it up to date, NOTE: it is not a definitive list and is constantly changing. Please contact support if there is a site that needs listing or de-listing. Some sites are built in a way that hide our banner but we are working on fixing this.                    

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

ชื่อ Evri Sucks Evri Sucks
ID eokjjohpabjcfcjbnagbokmlikfbajlh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/evri-sucks/eokjjohpabjcfcjbnagbokmlikfbajlh
คำอธิบาย Shows a banner if the website uses Evri for delivery
ขนาดไฟล์ 6.29 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 0.9.1
อัปเดตครั้งล่าสุด 2022-12-19
วันที่เผยแพร่ 2022-12-19
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Craig Newbury
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Evri Sucks",
    "description": "Shows a banner if the website uses Evri for delivery",
    "version": "0.9.1",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}