Rebotou - Auto comment bot on TikTok
Rebotou is an automated smart bot that helps you Auto-Comment and Scraper to get more interaction from your users on TikTok.
Rebotou - Auto comment bot on TikTok란 무엇입니까?
Rebotou - Auto comment bot on TikTok은(는) https://rebotou.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rebotou is an automated smart bot that helps you Auto-Comment and Scraper to get more interaction from your users on TikTok."입니다.
확장 프로그램 스크린샷
Rebotou - Auto comment bot on TikTok 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Rebotou is an automated intelligent assistant that provides automated add comment functionality that you can use to get more interaction with users on TikTok with minimal time. With hundreds of millions of active users per month on TikTok, using Rebotou helps you automate the task of interacting with a huge number of users so that you Get more business conversions and save your time. Rebotou core features. 1. Automated comments 2. Support comment on personalization 3. Intelligent workflow scheduling 4. Work the same way as humans to avoid platform bans 5. Visualization execution 6. Good team collaboration ability, easy for you to use at scale. 7. TikTok video analysis. 8. Support address bar shortcut keys "rb + Tab + Enter" 9. Default comments
확장 프로그램 기본 정보
이름 | Rebotou - Auto comment bot on TikTok |
ID | cfgkjnjmlckppgajnicogfdnhhndpikk |
공식 URL | https://chromewebstore.google.com/detail/rebotou-auto-comment-bot/cfgkjnjmlckppgajnicogfdnhhndpikk |
설명 | Rebotou is an automated smart bot that helps you Auto-Comment and Scraper to get more interaction from your users on TikTok. |
파일 크기 | 401 KB |
설치 횟수 | 507 |
현재 버전 | 2.0.35 |
최근 업데이트 | 2023-11-23 |
출시 날짜 | 2021-03-17 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://rebotou.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.rebotou.com/ |
개인정보 보호 정책 페이지 URL | https://www.rebotou.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rebotou - Auto comment bot on TikTok", "description": "Rebotou is an automated smart bot that helps you Auto-Comment and Scraper to get more interaction from your users on TikTok.", "version": "2.0.35", "manifest_version": 3, "permissions": [ "storage", "system.display", "unlimitedStorage", "declarativeNetRequest" ], "icons": { "128": "images\/logo128.png" }, "action": { "default_title": "Rebotou - Growth hacking bot on TikTok", "default_popup": "src\/popup.html" }, "options_page": "src\/index.html?page=options", "omnibox": { "keyword": "rb" }, "background": { "service_worker": "assets\/background.js" }, "externally_connectable": { "matches": [ "https:\/\/*.rebotou.com\/subscription\/success" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.tiktok.com\/*" ], "js": [ "assets\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "assets\/inject.js" ], "matches": [ "https:\/\/*.tiktok.com\/*" ], "use_dynamic_url": true } ], "host_permissions": [ "https:\/\/*.tiktok.com\/*", "https:\/\/rebotou.fly.dev\/*" ] } |