BeSocial - Social Automation for Behance
BeSocial is a great automated solution for boosting your Behance engagements
BeSocial - Social Automation for Behance란 무엇입니까?
BeSocial - Social Automation for Behance은(는) BeSocialTools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BeSocial is a great automated solution for boosting your Behance engagements"입니다.
확장 프로그램 스크린샷
BeSocial - Social Automation for Behance 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Your engagements on Behance can fast rise with the help of this extension. It takes time and energy to follow people or appreciate works by hand, but this automation takes care of everything for you so you don't have to! We frequently add new features to this extension, and if you have any questions, we are always here to help. BeSocial Features: - Auto Comment on random projects. - Auto Follow accounts. - Auto Appreciates. - Speed Control. Set up your own automation speed. - Security. Use your own browser and IP address. Additionally, we never request your credentials. Support: [email protected]
확장 프로그램 기본 정보
이름 | BeSocial - Social Automation for Behance |
ID | kppdmpghhkmcdkcpjadjeliohbbjlklg |
공식 URL | https://chromewebstore.google.com/detail/besocial-social-automatio/kppdmpghhkmcdkcpjadjeliohbbjlklg |
설명 | BeSocial is a great automated solution for boosting your Behance engagements |
파일 크기 | 312 KB |
설치 횟수 | 71 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2022-11-25 |
출시 날짜 | 2022-11-25 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | BeSocialTools |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://besocial.top/besocial/ |
개인정보 보호 정책 페이지 URL | https://besocial.top/besocial/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BeSocial - Social Automation for Behance", "description": "BeSocial is a great automated solution for boosting your Behance engagements", "version": "1.0.5", "manifest_version": 3, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "BeSocial", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.behance.net\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/besocial.top\/", "*:\/\/*.behance.net\/*" ], "permissions": [ "storage" ] } |