Replace Duolingo cartoons with anime girls
Replace the cartoons in Duolingo exercises with anime girls.
什麼是Replace Duolingo cartoons with anime girls?
Replace Duolingo cartoons with anime girls是由wenliprogramming開發的Chrome擴展程式,該擴展的主要功能是“Replace the cartoons in Duolingo exercises with anime girls.”。
擴展截圖
下載Replace Duolingo cartoons with anime girls擴展crx文件
下載Replace Duolingo cartoons with anime girls擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replace the cartoons in Duolingo exercises with anime girls. Developed with all languages in mind, but tested in German.
If the extension is not working/their cartoon images are loading as well, please refresh the page you are on before reporting a bug.
If you would like to submit a picture to be added, email WenLiProgramming [at] gmail.com ensure the image is/has
-Transparent background (PNG)
-Safe for work
-Acceptable resolution and quality
-Copyright-free
All images referenced by links and the Chrome icon are obtained from copyright-free sources, for the most part using the "creative commons" filter on google, and others from community wikis. 擴展基本資訊
| 名稱 | |
| ID | laakljikklodjldfnanikoefcpbjhodj |
| 官方網址 | https://chromewebstore.google.com/detail/replace-duolingo-cartoons/laakljikklodjldfnanikoefcpbjhodj |
| 簡介 | Replace the cartoons in Duolingo exercises with anime girls. |
| 檔案大小 | 2.59 MB |
| 安裝次數 | 303 |
| 目前版本 | 1.1 |
| 更新時間 | 2022-12-15 |
| 上架時間 | 2020-09-30 |
| 評分 | 4.00/5 共 6 次評分 |
| 開發者 | wenliprogramming |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Replace Duolingo cartoons with anime girls",
"description": "Replace the cartoons in Duolingo exercises with anime girls.",
"version": "1.1",
"web_accessible_resources": [
"duo.js",
"source\/*.png",
"hide_images.css"
],
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.duolingo.com\/*",
"https:\/\/www.duolingo.com\/practice",
"https:\/\/www.duolingo.com\/skill\/*",
"https:\/\/www.duolingo.com\/learn"
],
"js": [
"loader.js"
],
"css": [
"hide_images.css"
]
}
]
} | |