Zombie new tab

Enjoy your new zombie Tab on every new tab

Zombie new tab란 무엇입니까?

Zombie new tab은(는) APP N Play Mobi LTD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy your new zombie Tab on every new tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Zombie new tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        -- Zombie new tab --

Open each new tab to a haunting background of animated zombies in the rain. Navigate seamlessly with the included search bar and watch as your cursor transforms into a chilling zombie head across all websites. Elevate your browsing experience with a touch of apocalyptic excitement!

By clicking "Add to Chrome," I accept and agree to installing the Space Ship Extension and enabling spaceship-themed mouse tracking as described in the service's terms of use https://zombies-new-tab.com/terms and privacy policy https://zombies-new-tab.com/privacy.

For more information, please refer to our:

Terms of Service
https://zombies-new-tab.com/terms

Privacy Policy
https://zombies-new-tab.com/privacy

About Us
https://zombies-new-tab.com/about                    

확장 프로그램 기본 정보

이름 Zombie new tab Zombie new tab
ID enpijohckdmkmgioohkhckpilgmjmcde
공식 URL https://chromewebstore.google.com/detail/zombie-new-tab/enpijohckdmkmgioohkhckpilgmjmcde
설명 Enjoy your new zombie Tab on every new tab
파일 크기 12.79 MB
설치 횟수 46,058
현재 버전 1.6.0
최근 업데이트 2024-02-15
출시 날짜 2021-02-22
평점 5.00/5 총 1 개의 평점
개발자 APP N Play Mobi LTD
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://zombies-new-tab.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.6.0",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icons\/16x16.png",
        "32": "images\/icons\/32x32.png",
        "128": "images\/icons\/128x128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": [],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.ts.00e7d4b2.1e4c1306.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/content.ts.576de393.css"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.ts.00e7d4b2.js"
            ],
            "use_dynamic_url": true
        }
    ]
}