Instunfollow

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

Wat is Instunfollow?

Instunfollow is een Chrome-extensie ontwikkeld door trappyhourz, en de belangrijkste functie is "Mass Unfollow Everyone On Your Instagram! Max: 80/Hour".

Download het CRX-bestand van de extensie Instunfollow

Download Instunfollow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Instunfollow Instunfollow
ID mobjeificabfchpdpgjbihelfgmhglag
Officiële URL https://chrome.google.com/webstore/detail/instunfollow/mobjeificabfchpdpgjbihelfgmhglag
Beschrijving Mass Unfollow Everyone On Your Instagram! Max: 80/Hour
Bestandsgrootte 34.47 KB
Aantal Installaties 106
Huidige Versie 1.0
Laatst Bijgewerkt 2018-01-07
Publicatiedatum 2018-01-07
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar trappyhourz
Betalingswijze free
Extensiewebsite http://instunfollow.online
Ondersteunde Talen 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"
    ]
}