Free IG Picker
Free IG Picker for Giveaways and Contests.
什麼是Free IG Picker?
Free IG Picker是由https://freeigpicker.com開發的Chrome擴展程式,該擴展的主要功能是“Free IG Picker for Giveaways and Contests.”。
擴展截圖
下載Free IG Picker擴展crx文件
下載Free IG Picker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        IG 抽獎工具,能夠協助你隨機抽取 IG 貼文留言(公開貼文限定),需搭配我們的網站使用:
https://freeigpicker.com.                     擴展基本資訊
| 名稱 |   |  
| ID | ddchkjcjnopklkfilhefmnichckokmni | 
| 官方網址 | 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"
    }
}  |  |