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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
}