Evri Sucks

Shows a banner if the website uses Evri for delivery

Evri Sucks là gì?

Evri Sucks là một tiện ích mở rộng Chrome được phát triển bởi Craig Newbury, và tính năng chính của nó là "Shows a banner if the website uses Evri for delivery".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Evri Sucks

Tải xuống các tệp mở rộng Evri Sucks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Evri Sucks Evri Sucks
ID eokjjohpabjcfcjbnagbokmlikfbajlh
URL Chính Thức https://chromewebstore.google.com/detail/evri-sucks/eokjjohpabjcfcjbnagbokmlikfbajlh
Mô tả Shows a banner if the website uses Evri for delivery
Kích Thước Tệp 6.29 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 0.9.1
Cập Nhật Lần Cuối 2022-12-19
Ngày Phát Hành 2022-12-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Craig Newbury
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}