Endless Tinder Liker
This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).
O que é Endless Tinder Liker?
Endless Tinder Liker é uma extensão do Chrome desenvolvida por http://namata.ru, e sua principal característica é "This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Endless Tinder Liker
Baixe arquivos de extensão Endless Tinder Liker 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
This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them). Just click on the extension icon and the “Run” button to start putting likes and the “Stop” button to finish it.
Informações Básicas da Extensão
Nome | |
ID | gciilpifakooegcdimdegnljlncclink |
URL Oficial | https://chrome.google.com/webstore/detail/endless-tinder-liker/gciilpifakooegcdimdegnljlncclink |
Descrição | This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them). |
Tamanho do Arquivo | 252 KB |
Contagem de Instalações | 834 |
Versão Atual | 1.6 |
Última Atualização | 2021-09-02 |
Data de Publicação | 2020-05-04 |
Classificação | 3.86/5 Total de 7 Avaliações |
Desenvolvedor | http://namata.ru |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://namata.ru/extensions/endlesstinderliker |
URL da Página de Ajuda | https://namata.ru/support/thanksforinstall |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Endless Tinder Liker", "description": "This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).", "version": "1.6", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/tinder.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "*:\/\/tinder.com\/*" ] } |