Evri Sucks
Shows a banner if the website uses Evri for delivery
什么是Evri Sucks?
Evri Sucks是由Craig Newbury开发的Chrome扩展程序,该扩展的主要功能是“Shows a banner if the website uses Evri for delivery”。
扩展截图
下载Evri Sucks扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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:\/\/*\/*"
]
} | |