Instagram Comment Picker
Random Instagram Comments Picker for Giveaways and Contests.
Wat is Instagram Comment Picker?
Instagram Comment Picker is een Chrome-extensie ontwikkeld door https://comment-picker.com, en de belangrijkste functie is "Random Instagram Comments Picker for Giveaways and Contests.".
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
Create your free Instagram Giveaways and contests online for free. Pick a random winner from your Instagram photos and videos with comment-picker.
Basisinformatie over de Extensie
Naam | |
ID | iooncalbeihfjphmpijadfcogbnfnlbj |
Officiële URL | https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj |
Beschrijving | Random Instagram Comments Picker for Giveaways and Contests. |
Bestandsgrootte | 75.47 KB |
Aantal Installaties | 787 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-07-08 |
Publicatiedatum | 2021-07-08 |
Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://comment-picker.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://comment-picker.com/ |
Help Pagina-URL | https://comment-picker.com/contact.php |
URL van de Privacybeleid Pagina | https://comment-picker.com/privacy-policy.php |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Comment Picker", "description": "Random Instagram Comments Picker for Giveaways and Contests.", "version": "1.0", "manifest_version": 2, "background": { "service_worker": "background.js", "presistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "externally_connectable": { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/comment-picker.com\/*", "https:\/\/www.comment-picker.com\/*" ] }, "permissions": [ "https:\/\/*.instagram.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/comment-picker.com\/*", "https:\/\/www.comment-picker.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |