FameUp – Free likes for your Instagram

FameUp helps you to effectively use social networks!

什么是FameUp – Free likes for your Instagram?

FameUp – Free likes for your Instagram是由fameup.me开发的Chrome扩展程序,该扩展的主要功能是“FameUp helps you to effectively use social networks!”。

扩展截图

screenshot
screenshot
screenshot

下载FameUp – Free likes for your Instagram扩展crx文件

下载FameUp – Free likes for your Instagram扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Reliably grow your Reach & Impressions on Instagram – without using any bots.

Fameup.me will help you get the attention you deserve! By providing a group for users in which every user automatically likes other Fameup.me users posts and thereby increases the like count on their posts.  
Visit Fameup.me for more information. 

Advantages:  
•	Automatic: just open your browser and launch the extension – we will take care of the rest
•	Anonymous: by anonymizing our users, nobody can identify who is a member of Fameup.me
•	Authentic: we made sure that every action taken on your account by Fameup.me comes across as human as possible
•	Safe: no bots or other dubious systems are involved – so we don’t violate any IG guidelines


How does it work?
•     Get an instant like boost after posting a picture
       -  when you post something, you got a instant like boost up to 150 likes

•     Post gets viral and attracts followers
      - Instagram starts showing your post in Explore tab and promotes your content.

•     Fully automated
      - you dont need dx5 groups on Telegram and more, login and you are good to go!                    

扩展基本信息

名称 FameUp – Free likes for your Instagram FameUp – Free likes for your Instagram
ID jjoijfpeadebmpmmcgcehdmblelgebaa
官方URL https://chrome.google.com/webstore/detail/fameup-%E2%80%93-free-likes-for-y/jjoijfpeadebmpmmcgcehdmblelgebaa
简介 FameUp helps you to effectively use social networks!
文件大小 2.52 MB
安装次数 501
当前版本 1.0.2
更新时间 2020-06-02
上架时间 2020-06-01
评分 5.00/5 共3次评分
开发者 fameup.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://fameup.me
帮助页面URL https://fameup.me/agb.html
隐私政策页面URL https://fameup.me/datenschutz.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FameUp \u2013 Free likes for your Instagram",
    "short_name": "FameUp",
    "version": "1.0.2",
    "description": "FameUp helps you to effectively use social networks!",
    "icons": {
        "128": "images\/icon128.png",
        "192": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "build\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon.png"
    },
    "permissions": [
        "storage",
        "background",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/i.instagram.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "wss:\/\/gate.fameup.me\/"
        ]
    },
    "manifest_version": 2
}