EZM Services Predictor

A highly accurate bloxflip predictor

Wat is EZM Services Predictor?

EZM Services Predictor is een Chrome-extensie ontwikkeld door E Z M Services, en de belangrijkste functie is "A highly accurate bloxflip predictor".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EZM Services Predictor

Download EZM Services Predictor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam EZM Services Predictor EZM Services Predictor
ID laddkafflejngiefjilackjleomghlif
Officiële URL https://chrome.google.com/webstore/detail/ezm-services-predictor/laddkafflejngiefjilackjleomghlif
Beschrijving A highly accurate bloxflip predictor
Bestandsgrootte 52.59 KB
Aantal Installaties 696
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-10-01
Publicatiedatum 2022-10-01
Beoordeling 1.83/5 Totaal 6 Beoordelingen
Ontwikkelaar E Z M Services
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
        ""
    ]
}