Pocketlikes | Free Instagram Likes

Exchange likes and boost your Instagram account. Get free likes on any post. Your personal Pocketlike. Like 4 Like.

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

Το Pocketlikes | Free Instagram Likes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Recurios, και η κύρια λειτουργία του είναι "Exchange likes and boost your Instagram account. Get free likes on any post. Your personal Pocketlike. Like 4 Like.".

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

screenshot
screenshot
screenshot

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

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

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

                        Join a network of users who help each other grow on Instagram. Get Instagram likes by exchanging likes with other users and get likes in return. Earn a like for each like that you perform.

The extension is completely free and and is hassle free, theres no need to do anything else but enjoy your likes.

The extension is completely secure, and does not require any of your personal information.

Features:
- Automatic detection of authentication on Instagram. No need for your password.
- Complete automation, continue using your Instagram profile as usual, without any changes.
- Ability to disable automation, in case you wish to pause execution of likes.
- For each of your likes you get a like in return.
- Exchange your earned likes right from the extension.

HOW DOES IT WORK:
- Install the extension in your Chrome browser.
- Go to Instagram and authenticate.
- Enable automation in the extension using the toggle.
- Use your earned likes using the Exchange button.

OUR FAIR USAGE POLICY:
- Your account will only attempt to deliver likes when the extension is on (toggle).
- Liking is the only activity that your profile will execute.
- The extension will not attempt to make posts, comments or follow other users.

Your personal Pocketlike. Like 4 Like network.                    

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

Όνομα Pocketlikes | Free Instagram Likes Pocketlikes | Free Instagram Likes
ID hcmlgkfaeigpcklakkahmbaggklefpcb
Επίσημο URL https://chromewebstore.google.com/detail/pocketlikes-free-instagra/hcmlgkfaeigpcklakkahmbaggklefpcb
Περιγραφή Exchange likes and boost your Instagram account. Get free likes on any post. Your personal Pocketlike. Like 4 Like.
Μέγεθος Αρχείου 74.84 KB
Αριθμός Εγκαταστάσεων 4,925
Τρέχουσα Έκδοση 1.7.13
Τελευταία Ενημέρωση 2023-12-20
Ημερομηνία Δημοσίευσης 2021-01-30
Αξιολόγηση 3.21/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής Recurios
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://pocketlikes.com
URL της Σελίδας Πολιτικής Απορρήτου https://pocketlikes.com/policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "name": "Pocketlikes | Free Instagram Likes",
    "short_name": "Pocketlikes - Like 4 Like",
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                ".\/contentScripts.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Exchange likes and boost your Instagram account. Get free likes on any post. Your personal Pocketlike. Like 4 Like.",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.instagram.com\/",
        "storage",
        "webRequestBlocking",
        "webRequest"
    ],
    "version": "1.7.13",
    "incognito": "not_allowed",
    "minimum_chrome_version": "74.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}