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" ] } |