Auto Liker for Mamba

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

Wat is Auto Liker for Mamba?

Auto Liker for Mamba is een Chrome-extensie ontwikkeld door marci.mazur, en de belangrijkste functie is "Auto Liker for Mamba - this extention like every person automatically on Mamba.ru website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto Liker for Mamba

Download Auto Liker for Mamba-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Auto Liker for Mamba Auto Liker for Mamba
ID ioojlnigdebojbbdjoncpjhpnknhpfea
Officiële URL https://chromewebstore.google.com/detail/auto-liker-for-mamba/ioojlnigdebojbbdjoncpjhpnknhpfea
Beschrijving Auto Liker for Mamba - this extention like every person automatically on Mamba.ru website
Bestandsgrootte 10.25 KB
Aantal Installaties 16
Huidige Versie 0.1
Laatst Bijgewerkt 2019-06-26
Publicatiedatum 2019-06-26
Beoordeling 1.00/5 Totaal 3 Beoordelingen
Ontwikkelaar marci.mazur
Betalingswijze free
Ondersteunde Talen 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"
    }
}