WMRFast Extension

WMRFast

What is WMRFast Extension?

WMRFast Extension is a Chrome extension developed by wmrfast2018, and its main feature is "WMRFast".

Extension Screenshots

screenshot
screenshot

Download WMRFast Extension Extension CRX File

Download WMRFast Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение для зарегистрированных пользователей сайта WMRFast.
Расширение позволяет посмотреть баланс аккаунта.
Также есть возможность заработать, выполняя простые действия, например, за просмотр сайтов.                    

Extension Basic Information

Name WMRFast Extension WMRFast Extension
ID bccljnepnlfnbankodmlbmfamidjkann
Official URL https://chrome.google.com/webstore/detail/wmrfast-extension/bccljnepnlfnbankodmlbmfamidjkann
Description WMRFast
File Size 167 KB
Installation Count 10,000
Current Version 1.48
Last Updated 2023-09-07
Publish Date 2021-05-08
Rating 2.96/5 Total 24 Ratings
Developer wmrfast2018
Email [email protected]
Payment Type free
Extension Website https://wmrfast.com
Help Page URL https://wmrfast.com/contact.php
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WMRFast Extension",
    "version": "1.48",
    "description": "WMRFast",
    "homepage_url": "https:\/\/wmrfast.com",
    "icons": {
        "48": "icons\/favicon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage",
        "webNavigation",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "icons\/favicon.png",
        "default_title": "WMRFast",
        "default_popup": "popup\/wmrfast.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content_scripts\/close.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "icons\/favicon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}