Evri Sucks

Shows a banner if the website uses Evri for delivery

Co je Evri Sucks?

Evri Sucks je rozšíření Chrome vyvinuté Craig Newbury, a jeho hlavní funkcí je „Shows a banner if the website uses Evri for delivery“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Evri Sucks

Stáhněte si soubory rozšíření Evri Sucks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Evri Sucks Evri Sucks
ID eokjjohpabjcfcjbnagbokmlikfbajlh
Oficiální URL https://chromewebstore.google.com/detail/evri-sucks/eokjjohpabjcfcjbnagbokmlikfbajlh
Popis Shows a banner if the website uses Evri for delivery
Velikost souboru 6.29 KB
Počet instalací 55
Aktuální Verze 0.9.1
Poslední Aktualizace 2022-12-19
Datum Vydání 2022-12-19
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Craig Newbury
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
    ]
}