Evri Sucks
Shows a banner if the website uses Evri for delivery
O que é Evri Sucks?
Evri Sucks é uma extensão do Chrome desenvolvida por Craig Newbury, e sua principal característica é "Shows a banner if the website uses Evri for delivery".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Evri Sucks
Baixe arquivos de extensão Evri Sucks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Evri Sucks |
ID | eokjjohpabjcfcjbnagbokmlikfbajlh |
URL Oficial | https://chromewebstore.google.com/detail/evri-sucks/eokjjohpabjcfcjbnagbokmlikfbajlh |
Descrição | Shows a banner if the website uses Evri for delivery |
Tamanho do Arquivo | 6.29 KB |
Contagem de Instalações | 55 |
Versão Atual | 0.9.1 |
Última Atualização | 2022-12-19 |
Data de Publicação | 2022-12-19 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Craig Newbury |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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:\/\/*\/*" ] } |