Evri Sucks
Shows a banner if the website uses Evri for delivery
Wat is Evri Sucks?
Evri Sucks is een Chrome-extensie ontwikkeld door Craig Newbury, en de belangrijkste functie is "Shows a banner if the website uses Evri for delivery".
Extensie Screenshots
Download het CRX-bestand van de extensie Evri Sucks
Download Evri Sucks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Evri Sucks |
ID | eokjjohpabjcfcjbnagbokmlikfbajlh |
Officiële URL | https://chromewebstore.google.com/detail/evri-sucks/eokjjohpabjcfcjbnagbokmlikfbajlh |
Beschrijving | Shows a banner if the website uses Evri for delivery |
Bestandsgrootte | 6.29 KB |
Aantal Installaties | 55 |
Huidige Versie | 0.9.1 |
Laatst Bijgewerkt | 2022-12-19 |
Publicatiedatum | 2022-12-19 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Craig Newbury |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |