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
官方URL 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": [
        ""
    ]
}