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
Eメール [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"
    }
}