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
官方URL 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"
}