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文件

下载Zombie new tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        -- 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
        }
    ]
}