Auto Like

Autolike Extension Like4like And Addmefast

Auto Like là gì?

Auto Like là một tiện ích mở rộng Chrome được phát triển bởi Nabil Boukhedimi, và tính năng chính của nó là "Autolike Extension Like4like And Addmefast".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Like

Tải xuống các tệp mở rộng Auto Like dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Like Auto Like
ID mamafaoiamlcnemofbpbdmigohonkghp
URL Chính Thức https://chromewebstore.google.com/detail/auto-like/mamafaoiamlcnemofbpbdmigohonkghp
Mô tả Autolike Extension Like4like And Addmefast
Kích Thước Tệp 761 KB
Số Lần Cài Đặt 1,872
Phiên Bản Hiện Tại 2.3.6
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2023-07-11
Đánh Giá 3.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Nabil Boukhedimi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://conantech.blogspot.com
URL Trang Trợ Giúp https://www.facebook.com/xAutoLikex
Ngôn Ngữ Được Hỗ Trợ 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"
}