Instunfollow

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

Instunfollowคืออะไร?

Instunfollow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trappyhourz และคุณลักษณะหลักของมันคือ "Mass Unfollow Everyone On Your Instagram! Max: 80/Hour"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instunfollow

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Instunfollow Instunfollow
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"
    ]
}