Free IG Picker

Free IG Picker for Giveaways and Contests.

Free IG Pickerคืออะไร?

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

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

screenshot

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

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

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

                        IG 抽獎工具,能夠協助你隨機抽取 IG 貼文留言(公開貼文限定),需搭配我們的網站使用:
https://freeigpicker.com.                    

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

ชื่อ Free IG Picker Free IG Picker
ID ddchkjcjnopklkfilhefmnichckokmni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/free-ig-picker/ddchkjcjnopklkfilhefmnichckokmni
คำอธิบาย Free IG Picker for Giveaways and Contests.
ขนาดไฟล์ 155 KB
จำนวนการติดตั้ง 9,200
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-06-16
วันที่เผยแพร่ 2022-06-16
คะแนน 3.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://freeigpicker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://freeigpicker.com/
URL หน้าช่วยเหลือ https://freeigpicker.com/contact.php
URL หน้านโยบายความเป็นส่วนตัว https://freeigpicker.com/privacy-policy.php
ภาษาที่รองรับ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free IG Picker",
    "description": "Free IG Picker for Giveaways and Contests.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "presistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8000\/*",
            "https:\/\/freeigpicker.com\/*",
            "https:\/\/freeigpicker.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:8000\/*",
                "https:\/\/freeigpicker.com\/*",
                "https:\/\/freeigpicker.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}