Auto Like

Autolike Extension Like4like And Addmefast

Co je Auto Like?

Auto Like je rozšíření Chrome vyvinuté Nabil Boukhedimi, a jeho hlavní funkcí je „Autolike Extension Like4like And Addmefast“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Auto Like

Stáhněte si soubory rozšíření Auto Like ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Auto Like Auto Like
ID mamafaoiamlcnemofbpbdmigohonkghp
Oficiální URL https://chromewebstore.google.com/detail/auto-like/mamafaoiamlcnemofbpbdmigohonkghp
Popis Autolike Extension Like4like And Addmefast
Velikost souboru 761 KB
Počet instalací 1,872
Aktuální Verze 2.3.6
Poslední Aktualizace 2024-02-07
Datum Vydání 2023-07-11
Hodnocení 3.57/5 Celkem 7 Hodnocení
Vývojář Nabil Boukhedimi
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://conantech.blogspot.com
URL Stránky Nápovědy https://www.facebook.com/xAutoLikex
Podporované Jazyky 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"
}