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
Eメール [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": [
        ""
    ]
}