Wmrok API

wmrok.com

What is Wmrok API?

Wmrok API is a Chrome extension developed by https://wmrok.ru, and its main feature is "wmrok.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download Wmrok API Extension CRX File

Download Wmrok API 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

                        Специальное обновленное расширение от проекта Wmrok !

Устанавливайте расширение и зарабатывайте! Никаких сложных действий производить не нужно, просто установите расширение и дальше занимайтесь своими делами, а тем временем вам будет начисляться доход за просмотры рекламы. Реклама выводится внизу страницы браузера, сама исчезает через несколько секунд показа и не мешает  Вашей работе.

Так же с помощью расширения вы  всегда будете видеть баланс Вашего аккаунта. Если расширение мешает, его можно отключить одним движением, сняв галочку в панели управления.                    

Extension Basic Information

Name Wmrok API Wmrok API
ID ilnalplocpellobinblnoaeafioahbmo
Official URL https://chromewebstore.google.com/detail/wmrok-api/ilnalplocpellobinblnoaeafioahbmo
Description wmrok.com
File Size 11.9 KB
Installation Count 2,725
Current Version 2.2.0.0
Last Updated 2020-11-22
Publish Date 2020-03-07
Rating 2.40/5 Total 53 Ratings
Developer https://wmrok.ru
Email [email protected]
Payment Type free
Extension Website https://wmrok.ru/rules.php
Help Page URL https://wmrok.ru/
Privacy Policy Page URL https://wmrok.ru/rules2.php
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wmrok API",
    "version": "2.2.0.0",
    "manifest_version": 2,
    "description": "wmrok.com",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/end.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    }
}