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 |
| 官方網址 | 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:\/\/*\/*"
]
} | |