Duolingo immersion unlocker
Gives opportunity for many users to translate articles in Duolingo.
什么是Duolingo immersion unlocker?
Duolingo immersion unlocker是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Gives opportunity for many users to translate articles in Duolingo.”。
扩展截图
下载Duolingo immersion unlocker扩展crx文件
下载Duolingo immersion unlocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Duolingo sometimes just randomly puts users to A/B tests so some people have access to immersion, and some don't. Also people from Europe often are forbidden to translate articles. Many people are disappointed because they can't use Duolingo's killer feature: immersion. There exists many workarounds how to get translation functionality, but this is the simplest and most comfortable one. Just install this extension, and the immersion tab will be unlocked for you! Of course it will only work if immersion is available for your current languages.
扩展基本信息
名称 | Duolingo immersion unlocker |
ID | jcmaidkdmpnbnkahcpiiaobdokbjcjkg |
官方URL | https://chromewebstore.google.com/detail/duolingo-immersion-unlock/jcmaidkdmpnbnkahcpiiaobdokbjcjkg |
简介 | Gives opportunity for many users to translate articles in Duolingo. |
文件大小 | 17.76 KB |
安装次数 | 3,549 |
当前版本 | 1.1 |
更新时间 | 2016-09-06 |
上架时间 | 2016-09-06 |
评分 | 2.62/5 共47次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duolingo immersion unlocker", "short_name": "Duo unlock", "description": "Gives opportunity for many users to translate articles in Duolingo.", "version": "1.1", "permissions": [ "https:\/\/www.duolingo.com\/*" ], "browser_action": { "default_icon": "icons\/duo16.png" }, "icons": { "16": "icons\/duo16.png", "48": "icons\/duo48.png", "128": "icons\/duo128.png" }, "manifest_version": 2, "web_accessible_resources": [ "\/unlocker.js" ], "content_scripts": [ { "matches": [ "https:\/\/www.duolingo.com\/*" ], "js": [ "injector.js" ], "run_at": "document_start" } ] } |