Instafollow

Adds or remove instagram followers in bulk

Instafollowคืออะไร?

Instafollow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dovmary และคุณลักษณะหลักของมันคือ "Adds or remove instagram followers in bulk"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Instafollow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A free instagram add and remove followers button. 
Add multiple instagram followers at once.
Remove multiple instagram followers at once                    

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

ชื่อ Instafollow Instafollow
ID gihfglmnhbebbdgonelahecahfagpenb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instafollow/gihfglmnhbebbdgonelahecahfagpenb
คำอธิบาย Adds or remove instagram followers in bulk
ขนาดไฟล์ 12.42 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-11-24
วันที่เผยแพร่ 2023-11-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Dovmary
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Instafollow",
    "description": "Adds or remove instagram followers in bulk",
    "version": "1.0",
    "action": {
        "default_popup": "FE.html",
        "default_icon": "image\/logo.jpg"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "Content.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}