EZM Services Predictor

A highly accurate bloxflip predictor

什麼是EZM Services Predictor?

EZM Services Predictor是由E Z M Services開發的Chrome擴展程式,該擴展的主要功能是“A highly accurate bloxflip predictor”。

擴展截圖

screenshot

下載EZM Services Predictor擴展crx文件

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

擴展使用說明

                        This extension is a bloxflip predictor with mines at the moment.                    

擴展基本資訊

名稱 EZM Services Predictor EZM Services Predictor
ID laddkafflejngiefjilackjleomghlif
官方網址 https://chrome.google.com/webstore/detail/ezm-services-predictor/laddkafflejngiefjilackjleomghlif
簡介 A highly accurate bloxflip predictor
檔案大小 52.59 KB
安裝次數 696
目前版本 1.0.0
更新時間 2022-10-01
上架時間 2022-10-01
評分 1.83/5 共 6 次評分
開發者 E Z M Services
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EZM Services Predictor",
    "description": "A highly accurate bloxflip predictor",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_title": "EZM Predictor",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}