Comment Responder
Comment Responder Chrome Extension
Τι είναι το Comment Responder;
Το Comment Responder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον automaticsextension, και η κύρια λειτουργία του είναι "Comment Responder Chrome Extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Comment Responder
Λήψη αρχείων επέκτασης Comment Responder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Comment Responder |
ID | okmnbiladbkgnjnnojljeleijkcdfgob |
Επίσημο URL | https://chromewebstore.google.com/detail/comment-responder/okmnbiladbkgnjnnojljeleijkcdfgob |
Περιγραφή | Comment Responder Chrome Extension |
Μέγεθος Αρχείου | 1.21 MB |
Αριθμός Εγκαταστάσεων | 160 |
Τρέχουσα Έκδοση | 1.1.8 |
Τελευταία Ενημέρωση | 2021-06-26 |
Ημερομηνία Δημοσίευσης | 2021-01-11 |
Προγραμματιστής | automaticsextension |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.offerlevels.com/comment-responder |
URL της Σελίδας Πολιτικής Απορρήτου | https://automatics.one/privacy |
Υποστηριζόμενες Γλώσσες | 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", " |