Everliker Standalone | Social Assistant

Smart and Simple Assistant for Instagram(tm)

Everliker Standalone | Social Assistant란 무엇입니까?

Everliker Standalone | Social Assistant은(는) rainermauckner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smart and Simple Assistant for Instagram(tm)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Everliker Standalone | Social Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Everliker Standalone | Social Assistant Everliker Standalone | Social Assistant
ID ilopacefbnegkpdgphfpgdnjpkggognj
공식 URL https://chrome.google.com/webstore/detail/everliker-standalone-soci/ilopacefbnegkpdgphfpgdnjpkggognj
설명 Smart and Simple Assistant for Instagram(tm)
파일 크기 313 KB
설치 횟수 6,424
현재 버전 3.3
최근 업데이트 2023-03-15
출시 날짜 2021-07-13
평점 4.22/5 총 109 개의 평점
개발자 rainermauckner
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/14Yhw1cyudF-TPQjyF3bz-ond0Ztqq7ceHFm8yoPOuS8/edit?usp=sharing
지원되는 언어 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"
    }
}