Duolingo Image Hider
When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.
O que é Duolingo Image Hider?
Duolingo Image Hider é uma extensão do Chrome desenvolvida por Dennis Vink, e sua principal característica é "When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Duolingo Image Hider
Baixe arquivos de extensão Duolingo Image Hider 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
Duolingo is a great way to learn new languages. However, the Duolingo website will show images to help you pick the right words. The duolingo image hider extension hides the helper images. You will see the words or phrases only, without a visual aid.
Informações Básicas da Extensão
Nome | Duolingo Image Hider |
ID | hifbfmmbcjpoaopiebnldbemjloffofj |
URL Oficial | https://chromewebstore.google.com/detail/duolingo-image-hider/hifbfmmbcjpoaopiebnldbemjloffofj |
Descrição | When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images. |
Tamanho do Arquivo | 46.83 KB |
Contagem de Instalações | 150 |
Versão Atual | 0.0.1 |
Última Atualização | 2021-02-14 |
Data de Publicação | 2021-02-14 |
Desenvolvedor | Dennis Vink |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duolingo Image Hider", "version": "0.0.1", "browser_action": { "default_icon": "icon_128.png" }, "description": "When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.", "author": "drvink.com", "homepage_url": "https:\/\/drvink.com", "content_scripts": [ { "matches": [ "*:\/\/duolingo.com\/skill\/*", "*:\/\/*.duolingo.com\/skill\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ], "run_at": "document_end" } ], "icons": { "128": "icon_128.png" } } |