Minecraft New Tab (updated)

Get a Minecraft-themed New Tab for your browser.

什么是Minecraft New Tab (updated)?

Minecraft New Tab (updated)是由office开发的Chrome扩展程序,该扩展的主要功能是“Get a Minecraft-themed New Tab for your browser.”。

扩展截图

screenshot
screenshot
screenshot

下载Minecraft New Tab (updated)扩展crx文件

下载Minecraft New Tab (updated)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ⬇️ Easy to set up ⬇️:

1. Install and pin 📌 the extension to Chrome.
2. That’s all you have to do, Chrome will automatically open a new tab that will be Minecraft-themed.

✨ Features ✨

1. Customize and play with the available themes to get the “New Tab” you want.
2. Get Minecraft news on Facebook, Twitter, Youtube, and more from your New Tab.

Add this extension to stay connected with one of the biggest communities in gaming.                    

扩展基本信息

名称 Minecraft New Tab (updated) Minecraft New Tab (updated)
ID mllaihejkppfaalkojmcepkoencplopf
官方URL https://chromewebstore.google.com/detail/minecraft-new-tab-updated/mllaihejkppfaalkojmcepkoencplopf
简介 Get a Minecraft-themed New Tab for your browser.
文件大小 14.6 MB
安装次数 383
当前版本 1.0.0
更新时间 2023-02-21
上架时间 2023-02-21
评分 4.33/5 共3次评分
开发者 office
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minecraft New Tab (updated)",
    "version": "1.0.0",
    "description": "Get a Minecraft-themed New Tab for your browser.",
    "chrome_url_overrides": {
        "newtab": "html\/newTab.html"
    },
    "icons": {
        "16": "img\/logo_32.png",
        "32": "img\/logo_32.png",
        "48": "img\/logo_128.png",
        "128": "img\/logo_128.png"
    },
    "permissions": [
        "unlimitedStorage",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.google.com\/*"
    ]
}