Instagram Comment Picker

Random Instagram Comments Picker for Giveaways and Contests.

Instagram Comment Pickerคืออะไร?

Instagram Comment Picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://comment-picker.com และคุณลักษณะหลักของมันคือ "Random Instagram Comments Picker for Giveaways and Contests."

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

screenshot

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

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

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

                        Create your free Instagram Giveaways and contests online for free. Pick a random winner from your Instagram photos and videos with comment-picker.                    

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

ชื่อ Instagram Comment Picker Instagram Comment Picker
ID iooncalbeihfjphmpijadfcogbnfnlbj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj
คำอธิบาย Random Instagram Comments Picker for Giveaways and Contests.
ขนาดไฟล์ 75.47 KB
จำนวนการติดตั้ง 787
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-07-08
วันที่เผยแพร่ 2021-07-08
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://comment-picker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://comment-picker.com/
URL หน้าช่วยเหลือ https://comment-picker.com/contact.php
URL หน้านโยบายความเป็นส่วนตัว https://comment-picker.com/privacy-policy.php
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Comment Picker",
    "description": "Random Instagram Comments Picker for Giveaways and Contests.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "service_worker": "background.js",
        "presistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8000\/*",
            "https:\/\/comment-picker.com\/*",
            "https:\/\/www.comment-picker.com\/*"
        ]
    },
    "permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:8000\/*",
                "https:\/\/comment-picker.com\/*",
                "https:\/\/www.comment-picker.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}