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文件

下载Like You, Like Me - FREE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        **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"
    ]
}