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 파일 다운로드

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

확장 프로그램 사용 설명서

                        ⬇️ 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\/*"
    ]
}