Etsy Ad-Free

A simple extension that prevents you from seeing seller ads on the Etsy website.

什麼是Etsy Ad-Free?

Etsy Ad-Free是由ndallas1983開發的Chrome擴展程式,該擴展的主要功能是“A simple extension that prevents you from seeing seller ads on the Etsy website.”。

擴展截圖

screenshot
screenshot

下載Etsy Ad-Free擴展crx文件

下載Etsy Ad-Free擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        When you're searching Etsy for something, you will find that what you're looking for is abruptly overtaken by ads that are sometimes 10x higher in price. This extension will make your experience a bit more honest and show you listings by the natural algorithm, which is based on your search criteria and sorting preference. 

This extension is also useful if you are a seller and do not want to accidentally click on someone's advertisement.                    

擴展基本資訊

名稱 Etsy Ad-Free Etsy Ad-Free
ID lkmidcopffikdeokfcmejoleakoaechf
官方網址 https://chromewebstore.google.com/detail/etsy-ad-free/lkmidcopffikdeokfcmejoleakoaechf
簡介 A simple extension that prevents you from seeing seller ads on the Etsy website.
檔案大小 122 KB
安裝次數 32
目前版本 1.0.0
更新時間 2023-05-12
上架時間 2023-05-12
評分 3.50/5 共 2 次評分
開發者 ndallas1983
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/etsy-ad-free-16.png",
            "32": "data\/icons\/etsy-ad-free-32.png",
            "48": "data\/icons\/etsy-ad-free-48.png",
            "64": "data\/icons\/etsy-ad-free-64.png"
        },
        "default_title": "Etsy Ad-Free"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "foreground.js"
            ],
            "matches": [
                "*:\/\/www.etsy.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A simple extension that prevents you from seeing seller ads on the Etsy website.",
    "icons": {
        "128": "data\/icons\/etsy-ad-free-128.png",
        "16": "data\/icons\/etsy-ad-free-16.png",
        "32": "data\/icons\/etsy-ad-free-32.png",
        "48": "data\/icons\/etsy-ad-free-48.png",
        "64": "data\/icons\/etsy-ad-free-64.png"
    },
    "manifest_version": 3,
    "name": "Etsy Ad-Free",
    "version": "1.0.0"
}