Evri Sucks

Shows a banner if the website uses Evri for delivery

Cos'è Evri Sucks?

Evri Sucks è un'estensione di Chrome sviluppata da Craig Newbury, e la sua funzione principale è "Shows a banner if the website uses Evri for delivery".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Evri Sucks

Scarica i file di estensione Evri Sucks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Evri Sucks Evri Sucks
ID eokjjohpabjcfcjbnagbokmlikfbajlh
URL Ufficiale https://chromewebstore.google.com/detail/evri-sucks/eokjjohpabjcfcjbnagbokmlikfbajlh
Descrizione Shows a banner if the website uses Evri for delivery
Dimensione del File 6.29 KB
Conteggio Installazioni 55
Versione Corrente 0.9.1
Ultimo Aggiornamento 2022-12-19
Data di Pubblicazione 2022-12-19
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Craig Newbury
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}