Auto Like

Autolike Extension Like4like And Addmefast

Apa itu Auto Like?

Auto Like adalah ekstensi Chrome yang dikembangkan oleh Nabil Boukhedimi, dan fitur utamanya adalah "Autolike Extension Like4like And Addmefast".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Auto Like

Unduh file ekstensi Auto Like dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Auto Like Auto Like
ID mamafaoiamlcnemofbpbdmigohonkghp
URL Resmi https://chromewebstore.google.com/detail/auto-like/mamafaoiamlcnemofbpbdmigohonkghp
Deskripsi Autolike Extension Like4like And Addmefast
Ukuran File 761 KB
Jumlah Instalasi 1,872
Versi Saat Ini 2.3.6
Terakhir Diperbarui 2024-02-07
Tanggal Publikasi 2023-07-11
Penilaian 3.57/5 Total 7 Penilaian
Pengembang Nabil Boukhedimi
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://conantech.blogspot.com
URL Halaman Bantuan https://www.facebook.com/xAutoLikex
Bahasa yang Didukung 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"
}