Etsy Ad-Free
A simple extension that prevents you from seeing seller ads on the Etsy website.
Cos'è Etsy Ad-Free?
Etsy Ad-Free è un'estensione di Chrome sviluppata da ndallas1983, e la sua funzione principale è "A simple extension that prevents you from seeing seller ads on the Etsy website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Etsy Ad-Free
Scarica i file di estensione Etsy Ad-Free in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Etsy Ad-Free |
ID | lkmidcopffikdeokfcmejoleakoaechf |
URL Ufficiale | https://chromewebstore.google.com/detail/etsy-ad-free/lkmidcopffikdeokfcmejoleakoaechf |
Descrizione | A simple extension that prevents you from seeing seller ads on the Etsy website. |
Dimensione del File | 122 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-05-12 |
Data di Pubblicazione | 2023-05-12 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | ndallas1983 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |