Remove Duolingo cartoons
Remove Duolingo cartoons.
什么是Remove Duolingo cartoons?
Remove Duolingo cartoons是由wenliprogramming开发的Chrome扩展程序,该扩展的主要功能是“Remove Duolingo cartoons.”。
扩展截图
下载Remove Duolingo cartoons扩展crx文件
下载Remove Duolingo cartoons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically remove cartoons displayed in skills and lessons on Duolingo before they are loaded. Developed with all languages in mind, but tested in German. Works on both exercises and skills. Does not interfere with stories. No effect on performance as it only uses CSS. Works with all devices. If the extension is not working/their cartoon images are loading as well, please refresh the page you are on before reporting a bug to WenLiProgramming [at] gmail.com
扩展基本信息
名称 | Remove Duolingo cartoons |
ID | emgjelpelgpdbhbpbdpapdoefdlpilel |
官方URL | https://chromewebstore.google.com/detail/remove-duolingo-cartoons/emgjelpelgpdbhbpbdpapdoefdlpilel |
简介 | Remove Duolingo cartoons. |
文件大小 | 5.58 KB |
安装次数 | 217 |
当前版本 | 1.0.0 |
更新时间 | 2020-11-21 |
上架时间 | 2020-11-21 |
评分 | 4.75/5 共4次评分 |
开发者 | wenliprogramming |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Duolingo cartoons", "description": "Remove Duolingo cartoons.", "version": "1.0.0", "web_accessible_resources": [ "hide_images.css" ], "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.duolingo.com\/*" ], "css": [ "hide_images.css" ] } ] } |