World Cup Qatar 2022

World Cup Qatar 2022 is a calendar of all the matches adjusted to your local time.

¿Qué es World Cup Qatar 2022?

World Cup Qatar 2022 es una extensión de Chrome desarrollada por https://cesarwilliam.com, y su función principal es "World Cup Qatar 2022 is a calendar of all the matches adjusted to your local time.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión World Cup Qatar 2022

Descarga archivos de extensión World Cup Qatar 2022 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 best World Cup Qatar 2022 browser extension with calendar, scores, live blog, live chat, and more.

What is this all about?

This extension allows World Cup and football fans to enjoy the game without the pain of searching for match statues online. It gives you detailed box scores with a single click!

With the help of this extension it can be simplified. It shows the user only what is needed and provides integration with a Live Blog and Live chat platform.

Features
- Daily scores
- Live Chat
- Live Blog
- Highlight videos from YouTube
- Highlights from Twitter                    

Información Básica de la Extensión

Nombre World Cup Qatar 2022 World Cup Qatar 2022
ID afdnjlbhfnjnnokkddnjjgdbanloaakm
URL Oficial https://chromewebstore.google.com/detail/world-cup-qatar-2022/afdnjlbhfnjnnokkddnjjgdbanloaakm
Descripción World Cup Qatar 2022 is a calendar of all the matches adjusted to your local time.
Tamaño del Archivo 513 KB
Cantidad de Instalaciones 1,756
Versión Actual 2.5
Última Actualización 2022-12-13
Fecha de Publicación 2022-11-17
Calificación 5.00/5 Total de 14 Calificaciones
Desarrollador https://cesarwilliam.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://arena.im/mlp/worldcup
URL de la Página de Ayuda https://cesarwilliam.com
Idiomas Soportados de,en,fr,nl,es,pt-BR,el,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "version": "2.5",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "notifications",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    }
}