Giving Duo
NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…
Was ist Giving Duo?
Giving Duo ist eine Chrome-Erweiterung, die von clay53 entwickelt wurde, und ihr Hauptmerkmal ist "NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…".
Erweiterungsscreenshots
Giving Duo-Erweiterungs-CRX-Datei herunterladen
Laden Sie Giving Duo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | lacfjcephcjbihliackggaifbkbiimfl |
Offizielle URL | https://chrome.google.com/webstore/detail/giving-duo/lacfjcephcjbihliackggaifbkbiimfl |
Beschreibung | NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed… |
Dateigröße | 11.95 KB |
Installationsanzahl | 204 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2021-01-26 |
Veröffentlichungsdatum | 2020-08-12 |
Bewertung | 2.86/5 Insgesamt 7 Bewertungen |
Entwickler | clay53 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/clay53/GivingDuo |
Hilfeseite URL | https://github.com/clay53/GivingDuo |
Unterstützte Sprachen | 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 } |