Twitter Automate
Automate following and unfollowing Twitter users
什麼是Twitter Automate?
Twitter Automate是由colls.lauren開發的Chrome擴展程式,該擴展的主要功能是“Automate following and unfollowing Twitter users”。
擴展截圖
下載Twitter Automate擴展crx文件
下載Twitter Automate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | koehmloeokoemgnokfclhekllackhmmd |
| 官方網址 | 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
} | |