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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.monxas.com, και η κύρια λειτουργία του είναι "This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης SafeCoin - antiphishing Extension

Λήψη αρχείων επέκτασης SafeCoin - antiphishing Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα SafeCoin - antiphishing Extension SafeCoin - antiphishing Extension
ID omeeocifijpfeblgbclpclonachkkelf
Επίσημο URL 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'"
}