Comment Picker
Random Comments Picker for Giveaways and Contests.
Wat is Comment Picker?
Comment Picker is een Chrome-extensie ontwikkeld door JahaSoft, en de belangrijkste functie is "Random Comments Picker for Giveaways and Contests.".
Extensie Screenshots
Download het CRX-bestand van de extensie Comment Picker
Download 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
Comment-Picker Allows You to Pick Comment Winners for Giveaways and Contests that You Can Run on from Your Social Media Account.
Basisinformatie over de Extensie
Naam | Comment Picker |
ID | bdjfjaodadioagkajmblldeiaclcpfmc |
Officiële URL | https://chromewebstore.google.com/detail/comment-picker/bdjfjaodadioagkajmblldeiaclcpfmc |
Beschrijving | Random Comments Picker for Giveaways and Contests. |
Bestandsgrootte | 155 KB |
Aantal Installaties | 4,404 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-02-17 |
Publicatiedatum | 2022-02-16 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | JahaSoft |
[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 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comment Picker", "description": "Random Comments Picker for Giveaways and Contests.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js", "presistent": false }, "externally_connectable": { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/comment-picker.com\/*", "https:\/\/www.comment-picker.com\/*" ] }, "host_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" } } |