SafeCoin - antiphishing Extension

This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.

什麼是SafeCoin - antiphishing Extension?

SafeCoin - antiphishing Extension是由https://www.monxas.com開發的Chrome擴展程式,該擴展的主要功能是“This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.”。

擴展截圖

screenshot

下載SafeCoin - antiphishing Extension擴展crx文件

下載SafeCoin - antiphishing Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 SafeCoin - antiphishing Extension SafeCoin - antiphishing Extension
ID omeeocifijpfeblgbclpclonachkkelf
官方網址 https://chromewebstore.google.com/detail/safecoin-antiphishing-ext/omeeocifijpfeblgbclpclonachkkelf
簡介 This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.
檔案大小 224 KB
安裝次數 13
目前版本 0.2
更新時間 2017-12-06
上架時間 2017-12-06
評分 5.00/5 共 1 次評分
開發者 https://www.monxas.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SafeCoin - antiphishing Extension",
    "short_name": "SafeCoin",
    "version": "0.2",
    "manifest_version": 2,
    "description": "This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.",
    "homepage_url": "https:\/\/monxas.com\/safecoin",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/page_action\/page_action.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon48.png"
        },
        "default_popup": "src\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/stop.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/monxas.com; object-src 'self'"
}