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ファイルをダウンロード

LikeNetwork - More likes on Instagram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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