Instunfollow
Mass Unfollow Everyone On Your Instagram! Max: 80/Hour
什么是Instunfollow?
Instunfollow是由trappyhourz开发的Chrome扩展程序,该扩展的主要功能是“Mass Unfollow Everyone On Your Instagram! Max: 80/Hour”。
下载Instunfollow扩展crx文件
下载Instunfollow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
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" ] } |