Instunfollow
Mass Unfollow Everyone On Your Instagram! Max: 80/Hour
Hvad er Instunfollow?
Instunfollow er en Chrome-udvidelse udviklet af trappyhourz, og dens hovedfunktion er "Mass Unfollow Everyone On Your Instagram! Max: 80/Hour".
Download Instunfollow-udvidelses-CRX-fil
Download Instunfollow-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mobjeificabfchpdpgjbihelfgmhglag |
Officiel URL | https://chrome.google.com/webstore/detail/instunfollow/mobjeificabfchpdpgjbihelfgmhglag |
Beskrivelse | Mass Unfollow Everyone On Your Instagram! Max: 80/Hour |
Filstørrelse | 34.47 KB |
Antal Installationer | 106 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-01-07 |
Udgivelsesdato | 2018-01-07 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | trappyhourz |
Betalingsmetode | free |
Udvidelseswebsted | http://instunfollow.online |
Understøttede Sprog | 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" ] } |