WebMoney Advisor

A tool to analyze traffic, publish reviews and determine global and WebMoney site rankings

什么是WebMoney Advisor?

WebMoney Advisor是由WebMoney开发的Chrome扩展程序,该扩展的主要功能是“A tool to analyze traffic, publish reviews and determine global and WebMoney site rankings”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载WebMoney Advisor扩展crx文件

下载WebMoney Advisor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Internet users feedback about the sites
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 ecnpogknkjmbicoiindidldgedjibfep
官方URL https://chromewebstore.google.com/detail/webmoney-advisor/ecnpogknkjmbicoiindidldgedjibfep
简介 A tool to analyze traffic, publish reviews and determine global and WebMoney site rankings
文件大小 1.1 MB
安装次数 627
当前版本 0.3.9
更新时间 2023-02-16
上架时间 2021-03-30
评分 5.00/5 共1次评分
开发者 WebMoney
电子邮箱 [email protected]
付费类型 free
扩展官网 https://advisor.web.money/
帮助页面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",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/advisor.web.money\/",
    "description": "__MSG_extDescription__",
    "default_locale": "ru",
    "update_URL": "https:\/\/edge.microsoft.com\/onnoahhkfhimhbbdmilbamdhldhppdda\/v1\/crx",
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "activeTab",
        "bookmarks",
        "runtime",
        "*:\/\/*.web.money\/*",
        "*:\/\/localhost\/*"
    ],
    "icons": {
        "16": "icons\/webmoney\/16.png",
        "19": "icons\/webmoney\/19.png",
        "38": "icons\/webmoney\/38.png",
        "48": "icons\/webmoney\/48.png",
        "128": "icons\/webmoney\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-script.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "popup.html",
        "css\/content-script.css"
    ],
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "38": "icons\/38.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": false,
        "open_in_tab": true
    },
    "version": "0.3.9",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}