Like You, Like Me - FREE

**LOCATIONS ADDED TO FREE VERSION** Instagram likes to increase engagement, followers and comments. "Like You, Like Me has…

Like You, Like Me - FREE란 무엇입니까?

Like You, Like Me - FREE은(는) techwhisperer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "**LOCATIONS ADDED TO FREE VERSION** Instagram likes to increase engagement, followers and comments. "Like You, Like Me has…"입니다.

확장 프로그램 스크린샷

screenshot

Like You, Like Me - FREE 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        **LOCATIONS ADDED TO FREE VERSION**

Instagram likes to increase engagement, followers and comments. 

"Like You, Like Me has helped me get 25% engagement on each post" - drinkstagame.com

"I use this after every post and the followers and engagement I get are amazing compared to not using it. Highly recommend Like You, Like Me" - WP Templates

Instagram is visual promoters dream, but with so much competition, how do you get noticed?

Automate the Instagram like button click by grabbing your free version of Like You, Like Me. 

Go fully hands free to like other posts in your niche. This simple act will get your brand noticed by sharing some love. From initial tests, you'll be getting 10-15 new followers per day.

WHY IS THIS DIFFERENT FROM THE OTHER AUTOMATED PLATFORMS?

This tool does far less than the others which keeps things as real as possible. 

Havinig 15K followers and only getting 50-100 likes on your posts doesn't make sense. 

This tool won't leave meaningless comments either, which is a real annoyance of mine.

Add this FREE version to get a glimpse of how it works.                    

확장 프로그램 기본 정보

이름 Like You, Like Me - FREE Like You, Like Me - FREE
ID mnmomgpememkaegbmnhgldgmbefppbpo
공식 URL https://chrome.google.com/webstore/detail/like-you-like-me-free/mnmomgpememkaegbmnhgldgmbefppbpo
설명 **LOCATIONS ADDED TO FREE VERSION** Instagram likes to increase engagement, followers and comments. "Like You, Like Me has…
파일 크기 83.05 KB
설치 횟수 911
현재 버전 1.3.14
최근 업데이트 2019-05-14
출시 날짜 2019-05-14
평점 3.67/5 총 3 개의 평점
개발자 techwhisperer
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Like You, Like Me - FREE",
    "version": "1.3.14",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "idle"
    ]
}