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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |