Etsy Ad-Free
A simple extension that prevents you from seeing seller ads on the Etsy website.
O que é Etsy Ad-Free?
Etsy Ad-Free é uma extensão do Chrome desenvolvida por ndallas1983, e sua principal característica é "A simple extension that prevents you from seeing seller ads on the Etsy website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Etsy Ad-Free
Baixe arquivos de extensão Etsy Ad-Free no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Etsy Ad-Free |
ID | lkmidcopffikdeokfcmejoleakoaechf |
URL Oficial | https://chromewebstore.google.com/detail/etsy-ad-free/lkmidcopffikdeokfcmejoleakoaechf |
Descrição | A simple extension that prevents you from seeing seller ads on the Etsy website. |
Tamanho do Arquivo | 122 KB |
Contagem de Instalações | 32 |
Versão Atual | 1.0.0 |
Última Atualização | 2023-05-12 |
Data de Publicação | 2023-05-12 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | ndallas1983 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |