Auto Liker for Mamba

Auto Liker for Mamba - this extention like every person automatically on Mamba.ru website

What is Auto Liker for Mamba?

Auto Liker for Mamba is a Chrome extension developed by marci.mazur, and its main feature is "Auto Liker for Mamba - this extention like every person automatically on Mamba.ru website".

Extension Screenshots

screenshot

Download Auto Liker for Mamba Extension CRX File

Download Auto Liker for Mamba 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

                        This extention likes automatically every person on Mamba.ru - you don't need to do click like button anymore.

Open https://www.mamba.ru/rating#/app and after seconds the extension starts to like profiles.

In you encounter any errors, please let me know as this is pilot version and may need refinement.

Thank you for checking this extention                    

Extension Basic Information

Name Auto Liker for Mamba Auto Liker for Mamba
ID ioojlnigdebojbbdjoncpjhpnknhpfea
Official URL https://chromewebstore.google.com/detail/auto-liker-for-mamba/ioojlnigdebojbbdjoncpjhpnknhpfea
Description Auto Liker for Mamba - this extention like every person automatically on Mamba.ru website
File Size 10.25 KB
Installation Count 16
Current Version 0.1
Last Updated 2019-06-26
Publish Date 2019-06-26
Rating 1.00/5 Total 3 Ratings
Developer marci.mazur
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Liker for Mamba",
    "description": "Auto Liker for Mamba - this extention like every person automatically on Mamba.ru website",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.mamba.ru\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}