EZM Services Predictor

A highly accurate bloxflip predictor

What is EZM Services Predictor?

EZM Services Predictor is a Chrome extension developed by E Z M Services, and its main feature is "A highly accurate bloxflip predictor".

Extension Screenshots

screenshot

Download EZM Services Predictor Extension CRX File

Download EZM Services Predictor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name EZM Services Predictor EZM Services Predictor
ID laddkafflejngiefjilackjleomghlif
Official URL https://chrome.google.com/webstore/detail/ezm-services-predictor/laddkafflejngiefjilackjleomghlif
Description A highly accurate bloxflip predictor
File Size 52.59 KB
Installation Count 696
Current Version 1.0.0
Last Updated 2022-10-01
Publish Date 2022-10-01
Rating 1.83/5 Total 6 Ratings
Developer E Z M Services
Email [email protected]
Payment Type free
Supported Languages 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": [
        ""
    ]
}