WebMoney Advisor
Internet users feedback about the sites
WebMoney Advisorとは何ですか?
WebMoney AdvisorはWebMoneyによって開発されたChromeの拡張機能で、その主な機能は「Internet users feedback about the sites」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |