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 |
官方網址 | 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" } ] } |