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.”。

扩展截图

screenshot

下载Free IG Picker扩展crx文件

下载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"
    }
}