Yobit - hide dice form

Hide dice form on https://yobit.net to prevent money lose on accidentally clicks

Yobit - hide dice formとは何ですか?

Yobit - hide dice formはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Hide dice form on https://yobit.net to prevent money lose on accidentally clicks」です。

拡張機能のスクリーンショット

screenshot
screenshot

Yobit - hide dice form拡張機能のCRXファイルをダウンロード

Yobit - hide dice form拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Hide dice form (below chat) on https://yobit.net to prevent money lose on accidentally clicks.                    

拡張機能の基本情報

名前 Yobit - hide dice form Yobit - hide dice form
ID dnjfnleppdfniifabmkmeonjmhbbapoh
公式URL https://chromewebstore.google.com/detail/yobit-hide-dice-form/dnjfnleppdfniifabmkmeonjmhbbapoh
説明 Hide dice form on https://yobit.net to prevent money lose on accidentally clicks
ファイルサイズ 86.58 KB
インストール数 24
現在のバージョン 1.2.0
最終更新日 2018-04-23
公開日 2018-04-23
評価 1.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Yobit - hide dice form",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Hide dice form on https:\/\/yobit.net to prevent money lose on accidentally clicks",
    "background": {
        "page": "background.html"
    },
    "version": "1.2.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}