Comment Responder
Comment Responder Chrome Extension
Comment Responder là gì?
Comment Responder là một tiện ích mở rộng Chrome được phát triển bởi automaticsextension, và tính năng chính của nó là "Comment Responder Chrome Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Comment Responder
Tải xuống các tệp mở rộng Comment Responder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Comment Responder |
ID | okmnbiladbkgnjnnojljeleijkcdfgob |
URL Chính Thức | https://chromewebstore.google.com/detail/comment-responder/okmnbiladbkgnjnnojljeleijkcdfgob |
Mô tả | Comment Responder Chrome Extension |
Kích Thước Tệp | 1.21 MB |
Số Lần Cài Đặt | 160 |
Phiên Bản Hiện Tại | 1.1.8 |
Cập Nhật Lần Cuối | 2021-06-26 |
Ngày Phát Hành | 2021-01-11 |
Nhà Phát Triển | automaticsextension |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.offerlevels.com/comment-responder |
URL Trang Chính Sách Bảo Mật | https://automatics.one/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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", " |