Giving Duo

NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…

Wat is Giving Duo?

Giving Duo is een Chrome-extensie ontwikkeld door clay53, en de belangrijkste functie is "NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Giving Duo

Download Giving Duo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Giving Duo Giving Duo
ID lacfjcephcjbihliackggaifbkbiimfl
Officiële URL https://chrome.google.com/webstore/detail/giving-duo/lacfjcephcjbihliackggaifbkbiimfl
Beschrijving NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…
Bestandsgrootte 11.95 KB
Aantal Installaties 204
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-01-26
Publicatiedatum 2020-08-12
Beoordeling 2.86/5 Totaal 7 Beoordelingen
Ontwikkelaar clay53
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/clay53/GivingDuo
Help Pagina-URL https://github.com/clay53/GivingDuo
Ondersteunde Talen 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
}