Giving Duo

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

Hvad er Giving Duo?

Giving Duo er en Chrome-udvidelse udviklet af clay53, og dens hovedfunktion er "NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…".

Udvidelsesskærmbilleder

screenshot

Download Giving Duo-udvidelses-CRX-fil

Download Giving Duo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Giving Duo Giving Duo
ID lacfjcephcjbihliackggaifbkbiimfl
Officiel URL https://chrome.google.com/webstore/detail/giving-duo/lacfjcephcjbihliackggaifbkbiimfl
Beskrivelse NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…
Filstørrelse 11.95 KB
Antal Installationer 204
Nuværende Version 1.0.2
Senest Opdateret 2021-01-26
Udgivelsesdato 2020-08-12
Bedømmelse 2.86/5 Samlet 7 Bedømmelser
Udvikler clay53
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/clay53/GivingDuo
Hjælpeside-URL https://github.com/clay53/GivingDuo
Understøttede Sprog 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
}