Yobit - hide dice form

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

What is Yobit - hide dice form?

Yobit - hide dice form is a Chrome extension developed by Unknown, and its main feature is "Hide dice form on https://yobit.net to prevent money lose on accidentally clicks".

Extension Screenshots

screenshot
screenshot

Download Yobit - hide dice form Extension CRX File

Download Yobit - hide dice form 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

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

Extension Basic Information

Name Yobit - hide dice form Yobit - hide dice form
ID dnjfnleppdfniifabmkmeonjmhbbapoh
Official URL https://chromewebstore.google.com/detail/yobit-hide-dice-form/dnjfnleppdfniifabmkmeonjmhbbapoh
Description Hide dice form on https://yobit.net to prevent money lose on accidentally clicks
File Size 86.58 KB
Installation Count 24
Current Version 1.2.0
Last Updated 2018-04-23
Publish Date 2018-04-23
Rating 1.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}