TELELIKE - Automatically Like for Instagram

Automatically like Instagram posts in Instagram Pods/Engagement Groups

Τι είναι το TELELIKE - Automatically Like for Instagram;

Το TELELIKE - Automatically Like for Instagram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Autogram, και η κύρια λειτουργία του είναι "Automatically like Instagram posts in Instagram Pods/Engagement Groups".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TELELIKE - Automatically Like for Instagram

Λήψη αρχείων επέκτασης TELELIKE - Automatically Like for Instagram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        TELELIKE - Auto Liker For Instagram Engagement Groups

Are you tired of liking hundred posts in Dx50, Dx80, Dx100 Engagement Groups. This extension help you like all the links in Engagement groups. Save your time and get more likes quickly.

TELELIKE is working well for all engagement groups/pods

It only works in Google Chrome desktop.

It DOES NOT requires your Instagram and Telegram password.

You need to be logged in to your Instagram account in the Chrome browser.

TELELIKE uses your Chrome browser to automate the likes so Instagram cannot detect it as a bot and thus it is safe to use.
Runs in the background, as long as Chrome is open. You can using other tab when TELELIKE running.

HOW IT WORKS:

1. Press "Add to Chrome"
A prompt will appear, press "Add extension"

2. Open your Instagram home page on the same Chrome browser.

3. Click on extension on the extensions bar.
Copy all the Instagram links that needs to be liked from the Engagement group and paste it in the LIST box

4. Set the delay time (in seconds) - after how much time the extension will like the next post. It then uses that time as a reference and randomises the time between each like.

5. Press START button and wait.
You can go and do other things in other tab while the extension runs in the background.

6. After done. Back to your Engagement groups and drop your link                    

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

Όνομα TELELIKE - Automatically Like for Instagram TELELIKE - Automatically Like for Instagram
ID gbemhpiepdmmhiahaeijenpbbflafbha
Επίσημο URL https://chromewebstore.google.com/detail/telelike-automatically-li/gbemhpiepdmmhiahaeijenpbbflafbha
Περιγραφή Automatically like Instagram posts in Instagram Pods/Engagement Groups
Μέγεθος Αρχείου 356 KB
Αριθμός Εγκαταστάσεων 993
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2021-08-26
Ημερομηνία Δημοσίευσης 2021-03-15
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Autogram
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TELELIKE - Automatically Like for Instagram",
    "description": "Automatically like Instagram posts in Instagram Pods\/Engagement Groups",
    "version": "1.0.2",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "interface.html",
        "default_title": "TELELIKE"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "storage",
        "unlimitedStorage",
        "https:\/\/*.instagram.com\/*",
        "http:\/\/*.instagram.com\/*"
    ]
}