Auto Liker for Mamba

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

ما هو Auto Liker for Mamba؟

Auto Liker for Mamba هو إضافة Chrome تم تطويرها بواسطة marci.mazur، والميزة الرئيسية لها هي "Auto Liker for Mamba - this extention like every person automatically on Mamba.ru website".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Auto Liker for Mamba

قم بتنزيل ملفات الامتداد Auto Liker for Mamba بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Auto Liker for Mamba Auto Liker for Mamba
ID ioojlnigdebojbbdjoncpjhpnknhpfea
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-liker-for-mamba/ioojlnigdebojbbdjoncpjhpnknhpfea
الوصف Auto Liker for Mamba - this extention like every person automatically on Mamba.ru website
حجم الملف 10.25 KB
عدد التثبيتات 16
النسخة الحالية 0.1
آخر تحديث 2019-06-26
تاريخ النشر 2019-06-26
تقييم 1.00/5 مجموع تقييمات 3
المطور marci.mazur
نوع الدفع free
اللغات المدعومة 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"
    }
}