Twitter Automate

Automate following and unfollowing Twitter users

Twitter Automate란 무엇입니까?

Twitter Automate은(는) colls.lauren에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate following and unfollowing Twitter users"입니다.

확장 프로그램 스크린샷

screenshot

Twitter Automate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        App to automate following and unfollowing Twitter users

FEATURES
- Can create follow and unfollow rules (e.g follow unverified users only, or only unfollower users who don't follow me)
- Rules created can be different across tabs
- Displays stats for the session, ie how many users have been followed and unfollowed

USAGE

1. Log into twitter.com
2. Go to a page with profiles (followers, following, search, list members, likes/retweets)
3. Configure follow/unfollow conditions, or leave blank
3. Click "Start following" or "Start unfollowing" button
4. Click "Stop" button to stop following or unfollowing


Dm feature requests or bugs to @Lau____Ren                    

확장 프로그램 기본 정보

이름 Twitter Automate Twitter Automate
ID koehmloeokoemgnokfclhekllackhmmd
공식 URL https://chromewebstore.google.com/detail/twitter-automate/koehmloeokoemgnokfclhekllackhmmd
설명 Automate following and unfollowing Twitter users
파일 크기 65.52 KB
설치 횟수 30
현재 버전 1.3
최근 업데이트 2019-08-27
출시 날짜 2019-08-27
평점 3.00/5 총 2 개의 평점
개발자 colls.lauren
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/lau____ren
도움말 페이지 URL https://twitter.com/lau____ren
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Automate",
    "version": "1.3",
    "description": "Automate following and unfollowing Twitter users",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/twittermate_16.png",
            "32": "images\/twittermate_32.png",
            "48": "images\/twittermate_48.png",
            "128": "images\/twittermate_128.png"
        }
    },
    "icons": {
        "16": "images\/twittermate_16.png",
        "32": "images\/twittermate_32.png",
        "48": "images\/twittermate_48.png",
        "128": "images\/twittermate_128.png"
    },
    "manifest_version": 2
}