Twitter Follow Tools
a useful extension helping mass follow or unfollow
O que é Twitter Follow Tools?
Twitter Follow Tools é uma extensão do Chrome desenvolvida por Reeio Dev, e sua principal característica é "a useful extension helping mass follow or unfollow".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter Follow Tools
Baixe arquivos de extensão Twitter Follow Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A extension to help you mass follow / unfollow on Twitter. UPDATA 0.0.2 - fix bug: shortcut only visible at twitter.com ------------------------ USAGE 1. Log into twitter.com 2. Go to a page with profiles (followers, following, search, list members, likes/retweets) 3. The extension icon should appear at the right buttom of the page 4. Click the icon 5. Choose the function you like CAUTION Please carefully read the Twitter following rules and best practices. To prevent account suspension/locking increase the wait, limit your follow sessions and take a longer break between the sessions. FEATURES - Mass follow - Mass unfollow
Informações Básicas da Extensão
Nome | Twitter Follow Tools |
ID | cnmecagakojolcmdehdkljnaaepbafcd |
URL Oficial | https://chromewebstore.google.com/detail/twitter-follow-tools/cnmecagakojolcmdehdkljnaaepbafcd |
Descrição | a useful extension helping mass follow or unfollow |
Tamanho do Arquivo | 136 KB |
Contagem de Instalações | 298 |
Versão Atual | 0.0.2 |
Última Atualização | 2022-09-15 |
Data de Publicação | 2022-08-02 |
Desenvolvedor | Reeio Dev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Follow Tools", "description": "a useful extension helping mass follow or unfollow ", "version": "0.0.2", "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "background": { "service_worker": "\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "\/content.js" ] } ], "web_accessible_resources": [ { "matches": [ " |