Zoosp

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

Zoosp क्या है?

Zoosp https://zoosp.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zoosp is an interactive sports fan platform that offers a variety of engaging experiences to make sports events even more exciting."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zoosp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Zoosp Zoosp
ID egklnakpfebebppkechbgeoanhbniajm
आधिकारिक URL https://chromewebstore.google.com/detail/zoosp/egklnakpfebebppkechbgeoanhbniajm
विवरण Zoosp is an interactive sports fan platform that offers a variety of engaging experiences to make sports events even more exciting.
फ़ाइल का आकार 302 KB
स्थापना संख्या 73
वर्तमान संस्करण 0.3.0.0
अंतिम अपडेट 2023-08-01
प्रकाशन तिथि 2023-01-25
रेटिंग 5.00/5 कुल 23 रेटिंग्स
डेवलपर https://zoosp.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.zoosp.ai/
गोपनीयता नीति पृष्ठ URL https://www.zoosp.ai/privacy.html
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}