Endless Tinder Liker
This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).
¿Qué es Endless Tinder Liker?
Endless Tinder Liker es una extensión de Chrome desarrollada por http://namata.ru, y su función principal es "This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Endless Tinder Liker
Descarga archivos de extensión Endless Tinder Liker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | gciilpifakooegcdimdegnljlncclink |
URL Oficial | https://chrome.google.com/webstore/detail/endless-tinder-liker/gciilpifakooegcdimdegnljlncclink |
Descripción | This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them). |
Tamaño del Archivo | 252 KB |
Cantidad de Instalaciones | 834 |
Versión Actual | 1.6 |
Última Actualización | 2021-09-02 |
Fecha de Publicación | 2020-05-04 |
Calificación | 3.86/5 Total de 7 Calificaciones |
Desarrollador | http://namata.ru |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://namata.ru/extensions/endlesstinderliker |
URL de la Página de Ayuda | https://namata.ru/support/thanksforinstall |
Idiomas Soportados | 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\/*" ] } |