Everliker Standalone | Social Assistant

Smart and Simple Assistant for Instagram(tm)

Everliker Standalone | Social Assistant là gì?

Everliker Standalone | Social Assistant là một tiện ích mở rộng Chrome được phát triển bởi rainermauckner, và tính năng chính của nó là "Smart and Simple Assistant for Instagram(tm)".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Everliker Standalone | Social Assistant

Tải xuống các tệp mở rộng Everliker Standalone | Social Assistant 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

                        LET EVERLIKER TO LIKE INSTAGRAM PHOTOS AND VIEW STORIES: 
* Everliker is a little app that saves time and brings attention to your Instagram account by liking posts on your behalf. 
* Anyone and any business can use Everliker to free up time and get more followers and likes on Instagram. 

SECURE:
* Doesn’t need your Instagram username or password to operate. 
* Doesn’t send your Instagram activity to a remote server. Your data is secure. 
* Works from your local IP address and is designed for personal use. 

EASY TO USE:
* It takes less than 1 minute to set up. 

SMART 
* Everliker is intelligent. You can configure speed to your liking. 
* Your account keeps growing while you focus on important things. 

Disclaimer: this Chrome plugin is an independent project and is not endorsed or certified by Instagram. All Instagram logos and trademarks displayed on this Chrome plugin are property of third parties. Everliker is distributed AS IS. You use this extension at your own risk.                    

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

Tên Everliker Standalone | Social Assistant Everliker Standalone | Social Assistant
ID ilopacefbnegkpdgphfpgdnjpkggognj
URL Chính Thức https://chrome.google.com/webstore/detail/everliker-standalone-soci/ilopacefbnegkpdgphfpgdnjpkggognj
Mô tả Smart and Simple Assistant for Instagram(tm)
Kích Thước Tệp 313 KB
Số Lần Cài Đặt 6,424
Phiên Bản Hiện Tại 3.3
Cập Nhật Lần Cuối 2023-03-15
Ngày Phát Hành 2021-07-13
Đánh Giá 4.22/5 Tổng số 109 Đánh Giá
Nhà Phát Triển rainermauckner
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/14Yhw1cyudF-TPQjyF3bz-ond0Ztqq7ceHFm8yoPOuS8/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Everliker Standalone | Social Assistant",
    "version": "3.3",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.ever-liker.com",
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "jquery-3.5.1.min.js",
                "fonts\/roboto-latin-400.woff2",
                "fonts\/roboto-latin-700.woff2",
                "console_trigger.js",
                "error_tab1.jpg",
                "error_tab2.jpg",
                "error_tab4.jpg",
                "404.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "description": "Smart and Simple Assistant for Instagram(tm)",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "action": {
        "name": "Click to start"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}