GramAssist AutoLiker

Automatic Instagram Liker Extension by GramAssist

GramAssist AutoLiker란 무엇입니까?

GramAssist AutoLiker은(는) gramassistautoliker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatic Instagram Liker Extension by GramAssist"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

GramAssist AutoLiker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The AutoLiker is only made for GramAssist likes group.
It only works in Google Chrome desktop version.
It DOES NOT requires your Instagram password.
You need to be logged in to your Instagram account in the Chrome browser, the bot uses your Chrome browser to automate the likes.
The bot has human AI technology that simulates human behaviour so Instagram cannot detect it as a bot and thus it is safe to use.

Steps:-

1. Press "Add to Chrome"
A prompt will appear, press "Add extension"

2. Open your Instagram home page on the same Chrome browser.

3. Click on extension on the extensions bar.
Copy all the Instagram links that needs to be liked from the likes group and paste it in the text box that says "Instagram Urls"

4. Set the delay time (in seconds) - after how much time the bot will like the next post. It then uses that time as a reference and randomises the time between each like.

5. Press submit and wait.
It's better not to click anything else nor go to new tab until the process completes.                    

확장 프로그램 기본 정보

이름 GramAssist AutoLiker GramAssist AutoLiker
ID fecigglpgblgkbfkibdaiicifdfolbja
공식 URL https://chrome.google.com/webstore/detail/gramassist-autoliker/fecigglpgblgkbfkibdaiicifdfolbja
설명 Automatic Instagram Liker Extension by GramAssist
파일 크기 230 KB
설치 횟수 377
현재 버전 1.0
최근 업데이트 2018-12-26
출시 날짜 2018-12-26
평점 2.20/5 총 10 개의 평점
개발자 gramassistautoliker
결제 유형 free
확장 프로그램 웹 사이트 https://www.thegramassist.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "img\/128x128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "bootstrap.min.css"
            ],
            "js": [
                "jquery.js",
                "content-instagram.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*",
                "*:\/\/instagram.com\/*"
            ]
        }
    ],
    "description": "Automatic Instagram Liker Extension by GramAssist",
    "icons": {
        "128": "img\/128x128.png",
        "16": "img\/16x16.png",
        "48": "img\/48x48.png"
    },
    "manifest_version": 2,
    "name": "GramAssist AutoLiker",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "*:\/\/www.instagram.com\/*"
    ],
    "version": "1.0"
}