Twitter Blaster
Twitter marketing toolbox
Twitter Blaster란 무엇입니까?
Twitter Blaster은(는) Red Chrome에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Twitter marketing toolbox"입니다.
확장 프로그램 스크린샷
Twitter Blaster 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is your ultimate Twitter marketing toolbox. MASS FOLLOW To activate this action, open one of the following: Followers, Likes, List Members/Subscribers, Search Results. MASS UNFOLLOW To start unfollowing, open your Following tab. MASS LIKE Search view, List view. MASS UNLIKE Navigate to you LIKES tab to use this option. MASS RETWEET Search view, List view. MASS UNRETWEET Navigate to your Tweets tab to activate this option. AUTOPILOT AND CUSTOMIZATION The autopilot can run several processes simultaneously and repeat them after a certain pause. Click on the extension's icon on the Chrome panel, and select "Options" from the drop-down menu. On the Options page, you will be able to set the intervals between actions, define the following/unfollowing limits, tune the autopilot, and customize other settings. CAUTION Please read the Twitter rules and best practices before using this extension. Twitter Bluster is a very powerful tool, so Twitter may block your account for several days if their algorithms conclude that you're abusing the service. PRO VERSION Twitter Blaster's PRO version lifts the Free version's limit of 50 actions and 2 autopilot processes. Why not release the full power of Twitter Blaster now? Download the PRO version here: https://RedChrome100.wordpress.com/twitter-blaster
확장 프로그램 기본 정보
이름 | |
ID | ljfinmadkikajofnelacabpijhnonjlk |
공식 URL | https://chrome.google.com/webstore/detail/twitter-blaster/ljfinmadkikajofnelacabpijhnonjlk |
설명 | Twitter marketing toolbox |
파일 크기 | 38.02 KB |
설치 횟수 | 135 |
현재 버전 | 1.01 |
최근 업데이트 | 2020-12-13 |
출시 날짜 | 2020-12-13 |
평점 | 3.00/5 총 4 개의 평점 |
개발자 | Red Chrome |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://redchrome100.wordpress.com/twitter-blaster |
도움말 페이지 URL | https://redchrome100.wordpress.com/twitter-blaster |
개인정보 보호 정책 페이지 URL | https://redchrome100.wordpress.com/twitter-blaster/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Red Chrome", "description": "Twitter marketing toolbox", "manifest_version": 2, "name": "Twitter Blaster", "homepage_url": "https:\/\/redchrome100.wordpress.com\/twitter-blaster", "version": "1.01", "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/mobile.twitter.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_end", "js": [ "content.js" ], "css": [ "content.css" ] } ], "icons": { "16": "images\/twitter_blaster_16.png", "48": "images\/twitter_blaster_48.png", "128": "images\/twitter_blaster_128.png" }, "permissions": [ "storage", "unlimitedStorage" ] } |