Instunfollow

Mass Unfollow Everyone On Your Instagram! Max: 80/Hour

Instunfollow क्या है?

Instunfollow trappyhourz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mass Unfollow Everyone On Your Instagram! Max: 80/Hour"।

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

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

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

                        Instunfollow is an extension which allows you to mass unfollow everyone in your Instagram following list! 

Please check www.Instunfollow.Online for a full tutorial!                    

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

नाम Instunfollow Instunfollow
ID mobjeificabfchpdpgjbihelfgmhglag
आधिकारिक URL https://chrome.google.com/webstore/detail/instunfollow/mobjeificabfchpdpgjbihelfgmhglag
विवरण Mass Unfollow Everyone On Your Instagram! Max: 80/Hour
फ़ाइल का आकार 34.47 KB
स्थापना संख्या 106
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-01-07
प्रकाशन तिथि 2018-01-07
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर trappyhourz
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://instunfollow.online
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instunfollow",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Mass Unfollow Everyone On Your Instagram! Max: 80\/Hour",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.instagram.com\/*"
            ],
            "js": [
                "jquery.js",
                "popup.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png"
    },
    "browser_action": {
        "default_title": "UNFOLLOW!"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ]
}