Amazon Unsponsor
Hide or highlight Amazon sponsored items
什麼是Amazon Unsponsor?
Amazon Unsponsor是由Daniel Albers開發的Chrome擴展程式,該擴展的主要功能是“Hide or highlight Amazon sponsored items”。
擴展截圖
下載Amazon Unsponsor擴展crx文件
下載Amazon Unsponsor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Search results on Amazon often include sponsored items with low relevance. This addon shades the background of these items or alternatively removes them altogether. 擴展基本資訊
| 名稱 | |
| ID | kfaknphcidikmjhmmfmphghhlcoknflj |
| 官方網址 | https://chromewebstore.google.com/detail/amazon-unsponsor/kfaknphcidikmjhmmfmphghhlcoknflj |
| 簡介 | Hide or highlight Amazon sponsored items |
| 檔案大小 | 23.82 KB |
| 安裝次數 | 1,239 |
| 目前版本 | 0.4.2 |
| 更新時間 | 2023-04-24 |
| 上架時間 | 2020-05-13 |
| 評分 | 3.82/5 共 11 次評分 |
| 開發者 | Daniel Albers |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Amazon Unsponsor",
"version": "0.4.2",
"description": "Hide or highlight Amazon sponsored items",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.ae\/*",
"https:\/\/www.amazon.ca\/*",
"https:\/\/www.amazon.cn\/*",
"https:\/\/www.amazon.co.jp\/*",
"https:\/\/www.amazon.co.uk\/*",
"https:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.com.au\/*",
"https:\/\/www.amazon.com.br\/*",
"https:\/\/www.amazon.com.sg\/*",
"https:\/\/www.amazon.com.tr\/*",
"https:\/\/www.amazon.de\/*",
"https:\/\/www.amazon.eg\/*",
"https:\/\/www.amazon.es\/*",
"https:\/\/www.amazon.fr\/*",
"https:\/\/www.amazon.in\/*",
"https:\/\/www.amazon.it\/*",
"https:\/\/www.amazon.mx\/*",
"https:\/\/www.amazon.nl\/*",
"https:\/\/www.amazon.pl\/*",
"https:\/\/www.amazon.se\/*"
],
"js": [
"js\/content.js"
]
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"icons": {
"16": "icons\/logo16.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
},
"manifest_version": 2
} | |