Auto Like

Autolike Extension Like4like And Addmefast

Что такое Auto Like?

Auto Like - это расширение Chrome, разработанное Nabil Boukhedimi, и его основная функция - "Autolike Extension Like4like And Addmefast".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Auto Like

Скачайте файлы расширений Auto Like в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        New Additions 2.3.6:
- Fixed many bugs

Best Extension to work on addmefast and like4like
You can collect a lot of points without getting tired and without stopping
This Extension has been programmed with a lot of checks in order to organize continuous work and collect the most number of points.

Extension Properties:
- Careful action while minimizing error

- Check the button before pressing it

- Check not to press the button

- Calculation of points and verification of the increase in points in your account

- We shall not cancel such a mission and engage in it if repeated

- Randomly reload the page after a specific number appears as a notification at the start of the extension

- When a problem occurs and the similar button does not appear on the site, the page is automatically refreshed after 60 seconds.

- Scrubbing an automatic page if a notification appears "There are no items in this network at this time Please try later. "

- Provision of free activation and paid activation

- When using the extension, a real mouse click is sent, which reduces your detection rate from the site

- Pressing a button like in random locations increases the security of your account

📌 Important Note:
- The language must be changed to English on all Websites that you work.
 
- It is better to work on the like4like site because the addition works steadily on it.                    

Основная информация о расширении

Название Auto Like Auto Like
ID mamafaoiamlcnemofbpbdmigohonkghp
Официальный URL https://chromewebstore.google.com/detail/auto-like/mamafaoiamlcnemofbpbdmigohonkghp
Описание Autolike Extension Like4like And Addmefast
Размер файла 761 KB
Количество установок 1,872
Текущая Версия 2.3.6
Последнее Обновление 2024-02-07
Дата публикации 2023-07-11
Рейтинг 3.57/5 Всего 7 оценок
Разработчик Nabil Boukhedimi
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://conantech.blogspot.com
URL страницы помощи https://www.facebook.com/xAutoLikex
Поддерживаемые языки en
manifest.json
{
    "description": "Autolike Extension Like4like And Addmefast",
    "version": "2.3.6",
    "manifest_version": 3,
    "name": "Auto Like",
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "scripting",
        "tabs",
        "activeTab",
        "storage",
        "debugger",
        "notifications"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.svg",
                "*.png",
                "*.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsypcZU00CBK\/U+2cS3yBOKwCOKTR+D4hvcgVeTi2c5WsO7pf3OldlHr0YUoNblmzSNZgL8hywpSx2SiDpaaR1uzJyeEVf2aDYDc\/CKBoOte0gxpdJlrYK+4YqJIJ\/pvEZwE\/YMFHSTmrlSSoVTyfTeTKP0e\/zlkR\/qMWq7jDLEZAKRIjQcH3MV+KyWS3QijhrISRt64GpW9YMGvveCZWsRImaUvf3xA4O8o4KVk9gvhrNVKVDaGIIzLGnf1ds2BpqVav3RKbcSDaYOVBV\/c\/Bw9H711p5lat5s81ttiXj7Icr7qAiuxzl2bsdHhiiAYUt2bMCJaXyKIp3+n+0p9J0QIDAQAB"
}