WebMoney Advisor

Internet users feedback about the sites

什么是WebMoney Advisor?

WebMoney Advisor是由WebMoney开发的Chrome扩展程序,该扩展的主要功能是“Internet users feedback about the sites”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载WebMoney Advisor扩展crx文件

下载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"
    ]
}