LikeNetwork - More likes on Instagram

Get more likes on Instagram with the Instagram Likenetwork (Icon made by Freepik from www.flaticon.com)

LikeNetwork - More likes on Instagram란 무엇입니까?

LikeNetwork - More likes on Instagram은(는) likelabs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get more likes on Instagram with the Instagram Likenetwork (Icon made by Freepik from www.flaticon.com)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LikeNetwork - More likes on Instagram 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get more likes in Instagram with the LikeNetwork extension. LikeNetwork automatically likes other Instagram Images of users that use LikeNetwork too. This way everyone can get more likes and profile views.  Likenetwork is a group of users, who automatically like each other’s posts and thereby increase everyone’s like count. 

- No Instagram password required.
- Safe to use & better than Instagram Bots.
- Runs in the background.
- Likes guaranteed.

How to run:
1.) Install the extension 
2.) Login at instagram.com 
3.) Adjust activity in the extension popup.

Please note that your Instagram account has to be set to public. Private profiles wont work.
The amount of likes and profile visits is highly depended on the number of people who use the extension, so if you like the extension please also share it (: 

---Not affiliated with Instagram.com---                    

확장 프로그램 기본 정보

이름 LikeNetwork - More likes on Instagram LikeNetwork - More likes on Instagram
ID oimkedhdclnkjfoppcneapdefepmkapk
공식 URL https://chrome.google.com/webstore/detail/likenetwork-more-likes-on/oimkedhdclnkjfoppcneapdefepmkapk
설명 Get more likes on Instagram with the Instagram Likenetwork (Icon made by Freepik from www.flaticon.com)
파일 크기 979 KB
설치 횟수 868
현재 버전 1.2.5
최근 업데이트 2019-12-27
출시 날짜 2019-12-27
평점 3.59/5 총 17 개의 평점
개발자 likelabs
결제 유형 free
확장 프로그램 웹 사이트 https://likelabs.de
도움말 페이지 URL https://likelabs.de
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LikeNetwork - More likes on Instagram",
    "description": "Get more likes on Instagram with the Instagram Likenetwork (Icon made by Freepik from www.flaticon.com)",
    "version": "1.2.5",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/*.instagram.com\/*",
        "tabs",
        "activeTab",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery.min.js",
                "instagram.js"
            ]
        }
    ]
}