Twitter Follow Tools
a useful extension helping mass follow or unfollow
Twitter Follow Tools란 무엇입니까?
Twitter Follow Tools은(는) Reeio Dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a useful extension helping mass follow or unfollow"입니다.
확장 프로그램 스크린샷
Twitter Follow Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A extension to help you mass follow / unfollow on Twitter. UPDATA 0.0.2 - fix bug: shortcut only visible at twitter.com ------------------------ USAGE 1. Log into twitter.com 2. Go to a page with profiles (followers, following, search, list members, likes/retweets) 3. The extension icon should appear at the right buttom of the page 4. Click the icon 5. Choose the function you like CAUTION Please carefully read the Twitter following rules and best practices. To prevent account suspension/locking increase the wait, limit your follow sessions and take a longer break between the sessions. FEATURES - Mass follow - Mass unfollow
확장 프로그램 기본 정보
이름 | Twitter Follow Tools |
ID | cnmecagakojolcmdehdkljnaaepbafcd |
공식 URL | https://chromewebstore.google.com/detail/twitter-follow-tools/cnmecagakojolcmdehdkljnaaepbafcd |
설명 | a useful extension helping mass follow or unfollow |
파일 크기 | 136 KB |
설치 횟수 | 298 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2022-09-15 |
출시 날짜 | 2022-08-02 |
개발자 | Reeio Dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Follow Tools", "description": "a useful extension helping mass follow or unfollow ", "version": "0.0.2", "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "background": { "service_worker": "\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "\/content.js" ] } ], "web_accessible_resources": [ { "matches": [ " |