Like4Like | Free Instagram Likes

Exchange likes and boost your Instagram account. Get likes on any post.

Τι είναι το Like4Like | Free Instagram Likes;

Το Like4Like | Free Instagram Likes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://like4like.com, και η κύρια λειτουργία του είναι "Exchange likes and boost your Instagram account. Get likes on any post.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Like4Like | Free Instagram Likes

Λήψη αρχείων επέκτασης Like4Like | Free Instagram Likes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Get free likes on Instagram by exchanging likes with other people automatically. You'll get 1 like for each like your account does.

This extension is absolutely free and doesn't require you to do anything. Activate the switch and check back when you want to withdraw likes to your posts!

This is an addition to like4like.com. It's a secure alternative for users who don't want to sign up on our website using their Instagram account details. This extension doesn't require you to enter sensitive information. It's also easily accessible on any Chrome browser.


KEY FEATURES:
- You won't have to log in on Instagram through our systems. Your password is safe.
- Use Instagram and Chrome as usual! Everything happens in the background, but you still have full control!
- You can select exactly how many likes you want to get on each of your latest posts.
- 1 like you make is equal to 1 like you can withdraw to your posts!


HOW DOES IT WORK:
- Install the extension on you Chrome browser.
- If you aren't logged in on Instagram on your browser, you'll have to log in.
- Extension will detect that you're logged in.
- The like exchange with other users will start automatically.
- You can turn the liking on and off by flipping the purple switch.


OUR FAIR USAGE POLICY:
- We will not attempt to make likes from your account if your liking switch (purple switch) is turned off!
- We will never attempt to change your Instagram data.
- The extension will never attempt to post, try to follow or publish comment. This will not happen!
- We will not attempt to scrape or store data from your Instagram account to use it for anything but liking other users.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Like4Like | Free Instagram Likes Like4Like | Free Instagram Likes
ID jbnfnljbmaaacnifppbdgplhnccoadgm
Επίσημο URL https://chrome.google.com/webstore/detail/like4like-free-instagram/jbnfnljbmaaacnifppbdgplhnccoadgm
Περιγραφή Exchange likes and boost your Instagram account. Get likes on any post.
Μέγεθος Αρχείου 70.85 KB
Αριθμός Εγκαταστάσεων 30,000
Τρέχουσα Έκδοση 0.1.1.5
Τελευταία Ενημέρωση 2022-09-20
Ημερομηνία Δημοσίευσης 2020-06-08
Αξιολόγηση 4.67/5 Συνολικά 1842 Αξιολογήσεις
Προγραμματιστής http://like4like.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://like4like.com
URL της Σελίδας Πολιτικής Απορρήτου https://extension.like4like.com/privacy-policy
Υποστηριζόμενες Γλώσσες en,fr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "short_name": "Like4Like",
    "version": "0.1.1.5",
    "minimum_chrome_version": "74.0",
    "manifest_version": 2,
    "default_locale": "en",
    "incognito": "not_allowed",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/extension.like4like.com\/",
        "*:\/\/*.instagram.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "loading.html",
        "default_icon": {
            "16": "images\/l4l_16.png",
            "32": "images\/l4l_32.png",
            "48": "images\/l4l_48.png",
            "128": "images\/l4l_128.png"
        }
    },
    "icons": {
        "16": "images\/l4l_16.png",
        "32": "images\/l4l_32.png",
        "48": "images\/l4l_48.png",
        "128": "images\/l4l_128.png"
    }
}