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 |
官方網址 | 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" ] } |