Evri Sucks
Shows a banner if the website uses Evri for delivery
What is Evri Sucks?
Evri Sucks is a Chrome extension developed by Craig Newbury, and its main feature is "Shows a banner if the website uses Evri for delivery".
Extension Screenshots
Download Evri Sucks Extension CRX File
Download Evri Sucks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Evri Sucks |
ID | eokjjohpabjcfcjbnagbokmlikfbajlh |
Official URL | https://chromewebstore.google.com/detail/evri-sucks/eokjjohpabjcfcjbnagbokmlikfbajlh |
Description | Shows a banner if the website uses Evri for delivery |
File Size | 6.29 KB |
Installation Count | 55 |
Current Version | 0.9.1 |
Last Updated | 2022-12-19 |
Publish Date | 2022-12-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Craig Newbury |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |