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"
}