Comment Responder
Comment Responder Chrome Extension
Comment Responderとは何ですか?
Comment Responderはautomaticsextensionによって開発されたChromeの拡張機能で、その主な機能は「Comment Responder Chrome Extension」です。
拡張機能のスクリーンショット
Comment Responder拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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",
" | |