Comment Responder
Comment Responder Chrome Extension
Qu'est-ce que Comment Responder ?
Comment Responder est une extension Chrome développée par automaticsextension, et sa fonction principale est "Comment Responder Chrome Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Comment Responder
Téléchargez les fichiers d'extension Comment Responder 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 responder is a chrome extension that will help you to reply to the comments on your facebook post. It will allow you to auto reply to comment based on different keywords also send a message to the people who commented on your post if you enable that option.
Informations de Base sur l'Extension
Nom | Comment Responder |
ID | okmnbiladbkgnjnnojljeleijkcdfgob |
URL Officiel | https://chromewebstore.google.com/detail/comment-responder/okmnbiladbkgnjnnojljeleijkcdfgob |
Description | Comment Responder Chrome Extension |
Taille du Fichier | 1.21 MB |
Nombre d'Installations | 160 |
Version Actuelle | 1.1.8 |
Dernière Mise à Jour | 2021-06-26 |
Date de Publication | 2021-01-11 |
Développeur | automaticsextension |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.offerlevels.com/comment-responder |
URL de la Page de Politique de Confidentialité | https://automatics.one/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Comment Responder Chrome Extension", "version": "1.1.8", "name": "Comment Responder", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "128.png" }, "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/m.facebook.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "permissions": [ "tabs", " |