GramAssist AutoLiker

Automatic Instagram Liker Extension by GramAssist

GramAssist AutoLiker क्या है?

GramAssist AutoLiker gramassistautoliker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic Instagram Liker Extension by GramAssist"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GramAssist AutoLiker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The AutoLiker is only made for GramAssist likes group.
It only works in Google Chrome desktop version.
It DOES NOT requires your Instagram password.
You need to be logged in to your Instagram account in the Chrome browser, the bot uses your Chrome browser to automate the likes.
The bot has human AI technology that simulates human behaviour so Instagram cannot detect it as a bot and thus it is safe to use.

Steps:-

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 likes group and paste it in the text box that says "Instagram Urls"

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

5. Press submit and wait.
It's better not to click anything else nor go to new tab until the process completes.                    

एक्सटेंशन की मूल जानकारी

नाम GramAssist AutoLiker GramAssist AutoLiker
ID fecigglpgblgkbfkibdaiicifdfolbja
आधिकारिक URL https://chrome.google.com/webstore/detail/gramassist-autoliker/fecigglpgblgkbfkibdaiicifdfolbja
विवरण Automatic Instagram Liker Extension by GramAssist
फ़ाइल का आकार 230 KB
स्थापना संख्या 377
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-12-26
प्रकाशन तिथि 2018-12-26
रेटिंग 2.20/5 कुल 10 रेटिंग्स
डेवलपर gramassistautoliker
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.thegramassist.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "img\/128x128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "bootstrap.min.css"
            ],
            "js": [
                "jquery.js",
                "content-instagram.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*",
                "*:\/\/instagram.com\/*"
            ]
        }
    ],
    "description": "Automatic Instagram Liker Extension by GramAssist",
    "icons": {
        "128": "img\/128x128.png",
        "16": "img\/16x16.png",
        "48": "img\/48x48.png"
    },
    "manifest_version": 2,
    "name": "GramAssist AutoLiker",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "*:\/\/www.instagram.com\/*"
    ],
    "version": "1.0"
}