Auto-like & reply to all comments on pages
Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included
Auto-like & reply to all comments on pages란 무엇입니까?
Auto-like & reply to all comments on pages은(는) Useful tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included"입니다.
확장 프로그램 스크린샷
Auto-like & reply to all comments on pages 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | |
ID | eibijfkeopjcbehlingbpcngaegogddb |
공식 URL | https://chrome.google.com/webstore/detail/auto-like-reply-to-all-co/eibijfkeopjcbehlingbpcngaegogddb |
설명 | Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included |
파일 크기 | 225 KB |
설치 횟수 | 2,524 |
현재 버전 | 2022.10.6 |
최근 업데이트 | 2022-10-08 |
출시 날짜 | 2021-02-03 |
평점 | 4.47/5 총 15 개의 평점 |
개발자 | Useful tools |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.invitelikecomment.com/ |
개인정보 보호 정책 페이지 URL | http://invitepostlikers.com/privacy.php |
지원되는 언어 | de,en,fr,nl,no,es,it,pl,pt-BR,sk,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "2022.10.6", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "content.css", "fonts\/roboto-latin-400.woff2", "fonts\/roboto-latin-700.woff2", "options.html", "comment_sender.js", "how-to-select-posts.png", "how-to-open-post-separately.png", "postTextNow.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ], "description": "__MSG_extdesc__", "homepage_url": "https:\/\/www.invitelikecomment.com\/", "options_page": "options.html", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "action": { "name": "__MSG_start_inv__" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "unlimitedStorage", "scripting", "alarms" ], "host_permissions": [ "https:\/\/*.facebook.com\/*" ] } |