WebMoney Advisor

Internet users feedback about the sites

Τι είναι το WebMoney Advisor;

Το WebMoney Advisor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον WebMoney, και η κύρια λειτουργία του είναι "Internet users feedback about the sites".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WebMoney Advisor

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

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

                        WebMoney Advisor is a web-browser add-on developed for users of WebMoney Transfer system. WebMoney Advisor performs the following functions:
1. Constant monitoring of web-sites opened in the browser whether they belong to the community of WebMoney internet resources. 
2. Warning the user before navigating to a malicious (unsafe) web-site.
3. Allowing the user to leave a comment about any web-site.
4. Checks for new events in WebMoney.Events.

PRIVACY
In order for WebMoney Advisor to inform you about the safety and popularity of sites, we collect anonymous information about domains visited by users and other anonymous information. This data is used to calculate the WebMoney Advisor rating. By installing our extension, you agree to our privacy terms.
We do not disclose or share any data with third parties. WebMoney takes care of your privacy.                    

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

Όνομα WebMoney Advisor WebMoney Advisor
ID gclcmokkcfnjpghegbnebiokigholeli
Επίσημο URL https://chromewebstore.google.com/detail/webmoney-advisor/gclcmokkcfnjpghegbnebiokigholeli
Περιγραφή Internet users feedback about the sites
Μέγεθος Αρχείου 69.65 KB
Αριθμός Εγκαταστάσεων 28,298
Τρέχουσα Έκδοση 2.3.9
Τελευταία Ενημέρωση 2019-05-31
Ημερομηνία Δημοσίευσης 2019-05-30
Αξιολόγηση 4.62/5 Συνολικά 438 Αξιολογήσεις
Προγραμματιστής WebMoney
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://advisor.wmtransfer.com/
Διεύθυνση URL της Σελίδας Βοήθειας http://advisor.wmtransfer.com/Contacts.aspx
URL της Σελίδας Πολιτικής Απορρήτου https://wiki.wmtransfer.com/projects/webmoney/wiki/Privacy_Policy
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebMoney Advisor",
    "version": "2.3.9",
    "description": "__MSG_extDesc__",
    "manifest_version": 2,
    "icons": {
        "16": "wmkeeper_16x16.png",
        "48": "wmkeeper_48x48.png",
        "128": "wmkeeper_128x128.png"
    },
    "browser_action": {
        "default_icon": "images\/ant.png",
        "default_title": "WebMoney Advisor",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "includes\/base.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "page": "index.html"
    },
    "options_page": "options.html",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "https:\/\/advisordb.wmtransfer.com\/*",
        "https:\/\/advisor.wmtransfer.com\/*",
        "https:\/\/advisorhub.wmtransfer.com\/*"
    ],
    "content_security_policy": "script-src 'self';object-src 'self'",
    "web_accessible_resources": [
        "includes\/base.js",
        "options.css"
    ]
}