Instunfollow
Mass Unfollow Everyone On Your Instagram! Max: 80/Hour
Vad är Instunfollow?
Instunfollow är en Chrome-tillägg utvecklad av trappyhourz, och dess huvudfunktion är "Mass Unfollow Everyone On Your Instagram! Max: 80/Hour".
Ladda ner Instunfollow-förlängningens CRX-fil
Ladda ner Instunfollow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | mobjeificabfchpdpgjbihelfgmhglag |
Officiell webbadress | https://chrome.google.com/webstore/detail/instunfollow/mobjeificabfchpdpgjbihelfgmhglag |
Beskrivning | Mass Unfollow Everyone On Your Instagram! Max: 80/Hour |
Filstorlek | 34.47 KB |
Antal Installationer | 106 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-01-07 |
Publiceringsdatum | 2018-01-07 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | trappyhourz |
Betalningssätt | free |
Tilläggswebbplats | http://instunfollow.online |
Stödda Språk | 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" ] } |