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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Zoosp 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}