Evri Sucks
Shows a banner if the website uses Evri for delivery
Τι είναι το Evri Sucks;
Το Evri Sucks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Craig Newbury, και η κύρια λειτουργία του είναι "Shows a banner if the website uses Evri for delivery".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Evri Sucks
Λήψη αρχείων επέκτασης Evri Sucks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Evri Sucks |
ID | eokjjohpabjcfcjbnagbokmlikfbajlh |
Επίσημο URL | https://chromewebstore.google.com/detail/evri-sucks/eokjjohpabjcfcjbnagbokmlikfbajlh |
Περιγραφή | Shows a banner if the website uses Evri for delivery |
Μέγεθος Αρχείου | 6.29 KB |
Αριθμός Εγκαταστάσεων | 55 |
Τρέχουσα Έκδοση | 0.9.1 |
Τελευταία Ενημέρωση | 2022-12-19 |
Ημερομηνία Δημοσίευσης | 2022-12-19 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Craig Newbury |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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:\/\/*\/*" ] } |