Instunfollow

Mass Unfollow Everyone On Your Instagram! Max: 80/Hour

Instunfollow là gì?

Instunfollow là một tiện ích mở rộng Chrome được phát triển bởi trappyhourz, và tính năng chính của nó là "Mass Unfollow Everyone On Your Instagram! Max: 80/Hour".

Tải xuống tệp CRX của tiện ích mở rộng Instunfollow

Tải xuống các tệp mở rộng Instunfollow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Instunfollow Instunfollow
ID mobjeificabfchpdpgjbihelfgmhglag
URL Chính Thức https://chrome.google.com/webstore/detail/instunfollow/mobjeificabfchpdpgjbihelfgmhglag
Mô tả Mass Unfollow Everyone On Your Instagram! Max: 80/Hour
Kích Thước Tệp 34.47 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-01-07
Ngày Phát Hành 2018-01-07
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển trappyhourz
Loại Thanh Toán free
Trang Web Mở Rộng http://instunfollow.online
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}