Comment Picker
Random Comments Picker for Giveaways and Contests.
Qu'est-ce que Comment Picker ?
Comment Picker est une extension Chrome développée par JahaSoft, et sa fonction principale est "Random Comments Picker for Giveaways and Contests.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Comment Picker
Téléchargez les fichiers d'extension 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
Comment-Picker Allows You to Pick Comment Winners for Giveaways and Contests that You Can Run on from Your Social Media Account.
Informations de Base sur l'Extension
Nom | Comment Picker |
ID | bdjfjaodadioagkajmblldeiaclcpfmc |
URL Officiel | https://chromewebstore.google.com/detail/comment-picker/bdjfjaodadioagkajmblldeiaclcpfmc |
Description | Random Comments Picker for Giveaways and Contests. |
Taille du Fichier | 155 KB |
Nombre d'Installations | 4,404 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-02-17 |
Date de Publication | 2022-02-16 |
Évaluation | 4.43/5 Total 7 Évaluations |
Développeur | JahaSoft |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://comment-picker.com/ |
URL de la Page d'Aide | https://comment-picker.com/contact.php |
URL de la Page de Politique de Confidentialité | https://comment-picker.com/privacy-policy.php |
Langues Prises en Charge | 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" } } |