Twitter Automate
Automate following and unfollowing Twitter users
Was ist Twitter Automate?
Twitter Automate ist eine Chrome-Erweiterung, die von colls.lauren entwickelt wurde, und ihr Hauptmerkmal ist "Automate following and unfollowing Twitter users".
Erweiterungsscreenshots
Twitter Automate-Erweiterungs-CRX-Datei herunterladen
Laden Sie Twitter Automate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | koehmloeokoemgnokfclhekllackhmmd |
| Offizielle URL | https://chromewebstore.google.com/detail/twitter-automate/koehmloeokoemgnokfclhekllackhmmd |
| Beschreibung | Automate following and unfollowing Twitter users |
| Dateigröße | 65.52 KB |
| Installationsanzahl | 30 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2019-08-27 |
| Veröffentlichungsdatum | 2019-08-27 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | colls.lauren |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://twitter.com/lau____ren |
| Hilfeseite URL | https://twitter.com/lau____ren |
| Unterstützte Sprachen | 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
} | |