Evri Sucks

Shows a banner if the website uses Evri for delivery

Qu'est-ce que Evri Sucks ?

Evri Sucks est une extension Chrome développée par Craig Newbury, et sa fonction principale est "Shows a banner if the website uses Evri for delivery".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Evri Sucks

Téléchargez les fichiers d'extension Evri Sucks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Evri Sucks Evri Sucks
ID eokjjohpabjcfcjbnagbokmlikfbajlh
URL Officiel https://chromewebstore.google.com/detail/evri-sucks/eokjjohpabjcfcjbnagbokmlikfbajlh
Description Shows a banner if the website uses Evri for delivery
Taille du Fichier 6.29 KB
Nombre d'Installations 55
Version Actuelle 0.9.1
Dernière Mise à Jour 2022-12-19
Date de Publication 2022-12-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur Craig Newbury
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}