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
官方網址 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"
    ]
}