Duolingo Everywhere

The little green bird will follow you anywhere as you browse the web.

¿Qué es Duolingo Everywhere?

Duolingo Everywhere es una extensión de Chrome desarrollada por writecode.one, y su función principal es "The little green bird will follow you anywhere as you browse the web.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Duolingo Everywhere

Descarga archivos de extensión Duolingo Everywhere en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The extension will replace your new tab screen with a new tab screen featuring cute images from Duolingo.

According to you all the way through nooks and crannies, from one website to another, while you work, watch movies, or study, the little green bird still closely follows you to remind you to study.                    

Información Básica de la Extensión

Nombre Duolingo Everywhere Duolingo Everywhere
ID mjidnkpfnnkdkpmkfanodmmfgdchkdki
URL Oficial https://chromewebstore.google.com/detail/duolingo-everywhere/mjidnkpfnnkdkpmkfanodmmfgdchkdki
Descripción The little green bird will follow you anywhere as you browse the web.
Tamaño del Archivo 468 KB
Cantidad de Instalaciones 120
Versión Actual 1.0.0.0
Última Actualización 2023-12-27
Fecha de Publicación 2023-12-27
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador writecode.one
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Duolingo Everywhere",
    "name": "Duolingo Everywhere",
    "description": "The little green bird will follow you anywhere as you browse the web.",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        }
    },
    "manifest_version": 3,
    "version": "1.0.0.0",
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/content_scripts\/main.js"
            ],
            "css": [
                "static\/content_css\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "svg\/*",
                "static\/*",
                "pages\/*",
                "gifs\/*",
                "fonts\/*",
                "icons\/*",
                "animations\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' "
    },
    "background": {
        "service_worker": "service_worker\/background.bundle.js"
    }
}