WMRFast Extension

WMRFast

Cos'è WMRFast Extension?

WMRFast Extension è un'estensione di Chrome sviluppata da wmrfast2018, e la sua funzione principale è "WMRFast".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione WMRFast Extension

Scarica i file di estensione WMRFast Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WMRFast Extension WMRFast Extension
ID bccljnepnlfnbankodmlbmfamidjkann
URL Ufficiale https://chrome.google.com/webstore/detail/wmrfast-extension/bccljnepnlfnbankodmlbmfamidjkann
Descrizione WMRFast
Dimensione del File 167 KB
Conteggio Installazioni 10,000
Versione Corrente 1.48
Ultimo Aggiornamento 2023-09-07
Data di Pubblicazione 2021-05-08
Valutazione 2.96/5 Totale 24 Valutazioni
Sviluppatore wmrfast2018
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wmrfast.com
URL della Pagina di Aiuto https://wmrfast.com/contact.php
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}