Instagram comment picker

Pick a random winner from the comments of an Instagram post

Instagram comment pickerとは何ですか?

Instagram comment pickerはjeoenqによって開発されたChromeの拡張機能で、その主な機能は「Pick a random winner from the comments of an Instagram post」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Instagram comment picker拡張機能のCRXファイルをダウンロード

Instagram comment picker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Instagram Comment Picker is a free giveaway picker tool to select a random name and winner for your Instagram contest or giveaway.then you can save a picture                    

拡張機能の基本情報

名前 Instagram comment picker Instagram comment picker
ID lklmblnkmcodofaghikpephlajdokmni
公式URL https://chrome.google.com/webstore/detail/instagram-comment-picker/lklmblnkmcodofaghikpephlajdokmni
説明 Pick a random winner from the comments of an Instagram post
ファイルサイズ 272 KB
インストール数 69
現在のバージョン 1.0.2
最終更新日 2022-07-17
公開日 2022-07-17
開発者 jeoenq
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram comment picker",
    "description": "Pick a random winner from the comments of an Instagram post",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "instagram comment picker"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/",
        "https:\/\/i.instagram.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}