Instagram Comments Loader

Load all Instagram comments

Instagram Comments Loaderคืออะไร?

Instagram Comments Loader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Load all Instagram comments"

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

screenshot

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

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

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

                        Adds a button to load all Instagram comments for a post                    

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

ชื่อ Instagram Comments Loader Instagram Comments Loader
ID eagfdidiccllhejojgfnjdfkjpomlffd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instagram-comments-loader/eagfdidiccllhejojgfnjdfkjpomlffd
คำอธิบาย Load all Instagram comments
ขนาดไฟล์ 140 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-12-22
วันที่เผยแพร่ 2021-12-21
ผู้พัฒนา Unknown
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Comments Loader",
    "description": "Load all Instagram comments",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "explode.css"
            ]
        }
    ]
}