Etsy Ad-Free
A simple extension that prevents you from seeing seller ads on the Etsy website.
What is Etsy Ad-Free?
Etsy Ad-Free is a Chrome extension developed by ndallas1983, and its main feature is "A simple extension that prevents you from seeing seller ads on the Etsy website.".
Extension Screenshots
Download Etsy Ad-Free Extension CRX File
Download Etsy Ad-Free extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Etsy Ad-Free |
ID | lkmidcopffikdeokfcmejoleakoaechf |
Official URL | https://chromewebstore.google.com/detail/etsy-ad-free/lkmidcopffikdeokfcmejoleakoaechf |
Description | A simple extension that prevents you from seeing seller ads on the Etsy website. |
File Size | 122 KB |
Installation Count | 32 |
Current Version | 1.0.0 |
Last Updated | 2023-05-12 |
Publish Date | 2023-05-12 |
Rating | 3.50/5 Total 2 Ratings |
Developer | ndallas1983 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |