Giving Duo
NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…
What is Giving Duo?
Giving Duo is a Chrome extension developed by clay53, and its main feature is "NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…".
Extension Screenshots
Download Giving Duo Extension CRX File
Download Giving Duo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed further developed officially (pull request still open) until a clear decision is made by Duolingo. Browser extension for giving more than one lingot on Duolingo. https://github.com/clay53/GivingDuo
Extension Basic Information
Name | |
ID | lacfjcephcjbihliackggaifbkbiimfl |
Official URL | https://chrome.google.com/webstore/detail/giving-duo/lacfjcephcjbihliackggaifbkbiimfl |
Description | NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed… |
File Size | 11.95 KB |
Installation Count | 204 |
Current Version | 1.0.2 |
Last Updated | 2021-01-26 |
Publish Date | 2020-08-12 |
Rating | 2.86/5 Total 7 Ratings |
Developer | clay53 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/clay53/GivingDuo |
Help Page URL | https://github.com/clay53/GivingDuo |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Giving Duo", "version": "1.0.2", "permissions": [ "https:\/\/forum.duolingo.com\/comment\/*", "https:\/\/forum-api.duolingo.com\/comments\/*\/love", "tabs", "activeTab", "webRequest" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |