WebMoney Advisor

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

WebMoney Advisor क्या है?

WebMoney Advisor WebMoney द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to analyze traffic, publish reviews and determine global and WebMoney site rankings"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebMoney Advisor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}