Comment Responder
Comment Responder Chrome Extension
Co to jest Comment Responder?
Comment Responder to rozszerzenie Chrome opracowane przez automaticsextension, a jego główną funkcją jest „Comment Responder Chrome Extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Comment Responder
Pobierz pliki rozszerzeń Comment Responder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | okmnbiladbkgnjnnojljeleijkcdfgob |
| Oficjalny URL | https://chromewebstore.google.com/detail/comment-responder/okmnbiladbkgnjnnojljeleijkcdfgob |
| Opis | Comment Responder Chrome Extension |
| Rozmiar pliku | 1.21 MB |
| Liczba instalacji | 160 |
| Aktualna Wersja | 1.1.8 |
| Ostatnia Aktualizacja | 2021-06-26 |
| Data Publikacji | 2021-01-11 |
| Deweloper | automaticsextension |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.offerlevels.com/comment-responder |
| Adres URL Strony Polityki Prywatności | https://automatics.one/privacy |
| Obsługiwane Języki | 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",
" | |