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 |
| Eメール | [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:\/\/*\/*"
]
} | |