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 là gì?

SafeCoin - antiphishing Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.monxas.com, và tính năng chính của nó là "This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SafeCoin - antiphishing Extension

Tải xuống các tệp mở rộng SafeCoin - antiphishing Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SafeCoin - antiphishing Extension SafeCoin - antiphishing Extension
ID omeeocifijpfeblgbclpclonachkkelf
URL Chính Thức https://chromewebstore.google.com/detail/safecoin-antiphishing-ext/omeeocifijpfeblgbclpclonachkkelf
Mô tả This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.
Kích Thước Tệp 224 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2017-12-06
Ngày Phát Hành 2017-12-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.monxas.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}