Autopilot for Tinder
Don't waste time swiping. Autopilot will do it for you.
O que é Autopilot for Tinder?
Autopilot for Tinder é uma extensão do Chrome desenvolvida por Autopilot Team, e sua principal característica é "Don't waste time swiping. Autopilot will do it for you.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Autopilot for Tinder
Baixe arquivos de extensão Autopilot for Tinder 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
How it works? 1. Install extension 2. Go to www.tinder.com 3. You will see button in the left top corner 4. Turn it ON 5. It will swipe RIGHT every photo for you 6. Once you receive MATCH a random GIF will be sent automatically for you Have fun!
Informações Básicas da Extensão
Nome | |
ID | ckbomlknmandimdddbaakmflbjnibcai |
URL Oficial | https://chrome.google.com/webstore/detail/autopilot-for-tinder/ckbomlknmandimdddbaakmflbjnibcai |
Descrição | Don't waste time swiping. Autopilot will do it for you. |
Tamanho do Arquivo | 556 KB |
Contagem de Instalações | 1,457 |
Versão Atual | 0.0.0.4 |
Última Atualização | 2018-07-22 |
Data de Publicação | 2018-07-22 |
Classificação | 3.64/5 Total de 11 Avaliações |
Desenvolvedor | Autopilot Team |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autopilot for Tinder", "description": "Don't waste time swiping. Autopilot will do it for you.", "version": "0.0.0.4", "author": "Tinder Autopilot", "content_scripts": [ { "matches": [ "https:\/\/tinder.com\/*" ], "js": [ "content.js" ] } ] } |