Duolingo Image Hider
When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.
What is Duolingo Image Hider?
Duolingo Image Hider is a Chrome extension developed by Dennis Vink, and its main feature is "When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.".
Extension Screenshots
Download Duolingo Image Hider Extension CRX File
Download Duolingo Image Hider 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
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.
Extension Basic Information
Name | Duolingo Image Hider |
ID | hifbfmmbcjpoaopiebnldbemjloffofj |
Official URL | https://chromewebstore.google.com/detail/duolingo-image-hider/hifbfmmbcjpoaopiebnldbemjloffofj |
Description | When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images. |
File Size | 46.83 KB |
Installation Count | 150 |
Current Version | 0.0.1 |
Last Updated | 2021-02-14 |
Publish Date | 2021-02-14 |
Developer | Dennis Vink |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |