Instagram comment picker
Pick a random winner from the comments of an Instagram post
Qu'est-ce que Instagram comment picker ?
Instagram comment picker est une extension Chrome développée par jeoenq, et sa fonction principale est "Pick a random winner from the comments of an Instagram post".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instagram comment picker
Téléchargez les fichiers d'extension Instagram comment picker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | lklmblnkmcodofaghikpephlajdokmni |
URL Officiel | https://chrome.google.com/webstore/detail/instagram-comment-picker/lklmblnkmcodofaghikpephlajdokmni |
Description | Pick a random winner from the comments of an Instagram post |
Taille du Fichier | 272 KB |
Nombre d'Installations | 69 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-07-17 |
Date de Publication | 2022-07-17 |
Développeur | jeoenq |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |