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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}