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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย likelabs และคุณลักษณะหลักของมันคือ "Get more likes on Instagram with the Instagram Likenetwork (Icon made by Freepik from www.flaticon.com)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LikeNetwork - More likes on Instagram

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}