Instagram comment picker
Pick a random winner from the comments of an Instagram post
Wat is Instagram comment picker?
Instagram comment picker is een Chrome-extensie ontwikkeld door jeoenq, en de belangrijkste functie is "Pick a random winner from the comments of an Instagram post".
Extensie Screenshots
Download het CRX-bestand van de extensie Instagram comment picker
Download Instagram comment picker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | lklmblnkmcodofaghikpephlajdokmni |
Officiële URL | https://chrome.google.com/webstore/detail/instagram-comment-picker/lklmblnkmcodofaghikpephlajdokmni |
Beschrijving | Pick a random winner from the comments of an Instagram post |
Bestandsgrootte | 272 KB |
Aantal Installaties | 69 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2022-07-17 |
Publicatiedatum | 2022-07-17 |
Ontwikkelaar | jeoenq |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |