Zoosp

Zoosp is an interactive sports fan platform that offers a variety of engaging experiences to make sports events even more exciting.

¿Qué es Zoosp?

Zoosp es una extensión de Chrome desarrollada por https://zoosp.ai, y su función principal es "Zoosp is an interactive sports fan platform that offers a variety of engaging experiences to make sports events even more exciting.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Zoosp

Descarga archivos de extensión Zoosp 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

                        Introducing Zoosp, the ultimate sport enthusiast's companion Chrome extension. Elevate your sports game-watching experience with Zoosp, the one-stop platform for sport fans to stay connected to their favorite teams and matches. Get ready for an immersive journey into the world of sport, right from your browser!

With Zoosp, you can access to up-to-date sport statistics, all at your fingertips. Stay in the know with real-time game statistics, ensuring you never miss a moment of the sports action. Pin live game data to your screen for quick reference, making it easier to follow every thrilling sports play.

Experience sport like never before with Zoosp's interactive features, bringing you closer to the sports game and the players. Stay engaged and informed with relevant sport information tailored to your preferences.

Whether you're a die-hard sport fanatic or a casual viewer, Zoosp Extension is your go-to sport source for staying connected to the sports world and enjoying a seamless, immersive sport watching experience. Start exploring Zoosp now and take your sport passion to the next level!                    

Información Básica de la Extensión

Nombre Zoosp Zoosp
ID egklnakpfebebppkechbgeoanhbniajm
URL Oficial https://chromewebstore.google.com/detail/zoosp/egklnakpfebebppkechbgeoanhbniajm
Descripción Zoosp is an interactive sports fan platform that offers a variety of engaging experiences to make sports events even more exciting.
Tamaño del Archivo 302 KB
Cantidad de Instalaciones 73
Versión Actual 0.3.0.0
Última Actualización 2023-08-01
Fecha de Publicación 2023-01-25
Calificación 5.00/5 Total de 23 Calificaciones
Desarrollador https://zoosp.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.zoosp.ai/
URL de la Página de Política de Privacidad https://www.zoosp.ai/privacy.html
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "assets\/icon_128.png",
            "16": "assets\/icon_16.png",
            "48": "assets\/icon_48.png"
        },
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Zoosp is an interactive sports fan platform that offers a variety of engaging experiences to make sports events even more exciting.",
    "icons": {
        "128": "assets\/icon_128.png",
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png"
    },
    "manifest_version": 3,
    "name": "Zoosp",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "0.3.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}