Minecraft Pro Tool

Welcome to the Minecraft Pro Tool extension!

什麼是Minecraft Pro Tool?

Minecraft Pro Tool是由https://minecraftprotool.com開發的Chrome擴展程式,該擴展的主要功能是“Welcome to the Minecraft Pro Tool extension!”。

擴展截圖

screenshot

下載Minecraft Pro Tool擴展crx文件

下載Minecraft Pro Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        We welcome you to the largest community of Minecraft fans. 

Now you have the opportunity to immerse yourself in the unique world of 
Minecraft even more. Add your favorite game design to your Google Chrome 
browser. And also at any moment you can upload new background images or 
screenshots of your most incredible constructions from the game Minecraft 
directly to the start page of your search.

But that's not all!

In addition to the design you get a unique opportunity to mine gold coins and 
exchange them for real money. Cool, isn't it?
How to do it?

It's very simple. First, install Minecraft Pro Tool in your browser and you'll get a 
unique set of tools right on your start page. There's nothing easier than mining 
gold with us, see for yourself.

Are you ready for the adventure and the search for diamonds? Then click the 
Install button and become part of the largest community of Minecraft fans.                    

擴展基本資訊

名稱 Minecraft Pro Tool Minecraft Pro Tool
ID lbjjjpjoflfiienpkmopdkechjmcdecg
官方網址 https://chromewebstore.google.com/detail/minecraft-pro-tool/lbjjjpjoflfiienpkmopdkechjmcdecg
簡介 Welcome to the Minecraft Pro Tool extension!
檔案大小 471 KB
安裝次數 53
目前版本 1.0.5
更新時間 2022-12-14
上架時間 2022-12-13
評分 5.00/5 共 1 次評分
開發者 https://minecraftprotool.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://minecraftprotool.com/
隱私政策頁面URL https://minecraftprotool.com/privacy-policy.pdf
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "images\/128x128.png",
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "name": "Minecraft Pro Tool",
    "description": "Welcome to the Minecraft Pro Tool extension!",
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "topSites"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/minecraftprotool.com\/*"
        ]
    },
    "version": "1.0.5"
}