Remove Duolingo cartoons
Remove Duolingo cartoons.
Remove Duolingo cartoonsคืออะไร?
Remove Duolingo cartoons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wenliprogramming และคุณลักษณะหลักของมันคือ "Remove Duolingo cartoons."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Duolingo cartoons
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |