Botster.io
Botster.io extension
Botster.io란 무엇입니까?
Botster.io은(는) seobots.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Botster.io extension"입니다.
확장 프로그램 스크린샷
Botster.io 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome extension makes it easier to work with Botster.io by retrieving your session_id cookie data from your active Instagram, LinkedIn, YouTube or Facebook sessions so you don't have to do it manually. How it works? - Install the extension. - Make sure to be logged into your Instagram, YouTube, LinkedIn or Facebook account using Chrome. - The extension will automatically retrieve your Instagram, YouTube, LinkedIn or Facebook session cookie once you open the bot start page. That's it! Have questions? If you have any question about this extension, feel free to send us an email at [email protected] or contact us via our help form. Update log: - 0.6 update Minor updated which improves connection to YouTube accounts. - 0.5 update YouTube support! Connect your YT account to Botster with this extension. - 0.4 update: LinkedIn support! You can now connect to your LinkedIn profile using this extension. - 0.3 update: Removed unnecessary/unused permissions from the extension. - 0.2 update: We now support Facebook interaction! Make sure to be logged into your Facebook account for the changes to apply. - 0.1 update: BUGFIX: The extension will refresh your Instagram session_id if it has changed, instead of re-using the old hash.
확장 프로그램 기본 정보
이름 | |
ID | bmjdihiiohchooihlbaciknpnoaoompj |
공식 URL | https://chrome.google.com/webstore/detail/botsterio/bmjdihiiohchooihlbaciknpnoaoompj |
설명 | Botster.io extension |
파일 크기 | 9.07 KB |
설치 횟수 | 1,000 |
현재 버전 | 0.7 |
최근 업데이트 | 2021-06-22 |
출시 날짜 | 2020-04-19 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | seobots.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://botster.io |
도움말 페이지 URL | https://botster.io/privacy |
개인정보 보호 정책 페이지 URL | https://seobots.io/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Botster.io", "description": "Botster.io extension", "version": "0.7", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "permissions": [ "cookies", "*:\/\/*.instagram.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/botster.io\/*" ], "js": [ "script.js" ] } ], "background": { "scripts": [ "background.js" ] } } |