Evri Sucks
Shows a banner if the website uses Evri for delivery
¿Qué es Evri Sucks?
Evri Sucks es una extensión de Chrome desarrollada por Craig Newbury, y su función principal es "Shows a banner if the website uses Evri for delivery".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Evri Sucks
Descarga archivos de extensión Evri Sucks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Evri Sucks |
ID | eokjjohpabjcfcjbnagbokmlikfbajlh |
URL Oficial | https://chromewebstore.google.com/detail/evri-sucks/eokjjohpabjcfcjbnagbokmlikfbajlh |
Descripción | Shows a banner if the website uses Evri for delivery |
Tamaño del Archivo | 6.29 KB |
Cantidad de Instalaciones | 55 |
Versión Actual | 0.9.1 |
Última Actualización | 2022-12-19 |
Fecha de Publicación | 2022-12-19 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Craig Newbury |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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:\/\/*\/*" ] } |