Twitter Automate
Automate following and unfollowing Twitter users
Cos'è Twitter Automate?
Twitter Automate è un'estensione di Chrome sviluppata da colls.lauren, e la sua funzione principale è "Automate following and unfollowing Twitter users".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Automate
Scarica i file di estensione Twitter Automate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Twitter Automate |
ID | koehmloeokoemgnokfclhekllackhmmd |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-automate/koehmloeokoemgnokfclhekllackhmmd |
Descrizione | Automate following and unfollowing Twitter users |
Dimensione del File | 65.52 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2019-08-27 |
Data di Pubblicazione | 2019-08-27 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | colls.lauren |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitter.com/lau____ren |
URL della Pagina di Aiuto | https://twitter.com/lau____ren |
Lingue Supportate | 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 } |