Instagram comment picker
Pick a random winner from the comments of an Instagram post
Что такое Instagram comment picker?
Instagram comment picker - это расширение Chrome, разработанное jeoenq, и его основная функция - "Pick a random winner from the comments of an Instagram post".
Снимки экрана расширения
Скачать файл CRX расширения Instagram comment picker
Скачайте файлы расширений 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
Основная информация о расширении
Название | |
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 |
Электронная почта | [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" } } |