Twitter Automate
Automate following and unfollowing Twitter users
Qu'est-ce que Twitter Automate ?
Twitter Automate est une extension Chrome développée par colls.lauren, et sa fonction principale est "Automate following and unfollowing Twitter users".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitter Automate
Téléchargez les fichiers d'extension Twitter Automate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Twitter Automate |
ID | koehmloeokoemgnokfclhekllackhmmd |
URL Officiel | https://chromewebstore.google.com/detail/twitter-automate/koehmloeokoemgnokfclhekllackhmmd |
Description | Automate following and unfollowing Twitter users |
Taille du Fichier | 65.52 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2019-08-27 |
Date de Publication | 2019-08-27 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | colls.lauren |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/lau____ren |
URL de la Page d'Aide | https://twitter.com/lau____ren |
Langues Prises en Charge | 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 } |