Amazon Unsponsor

Hide or highlight Amazon sponsored items

Amazon Unsponsorคืออะไร?

Amazon Unsponsor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Albers และคุณลักษณะหลักของมันคือ "Hide or highlight Amazon sponsored items"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Unsponsor

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Amazon Unsponsor Amazon Unsponsor
ID kfaknphcidikmjhmmfmphghhlcoknflj
URL อย่างเป็นทางการ 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
}