Endless Tinder Liker
This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).
Was ist Endless Tinder Liker?
Endless Tinder Liker ist eine Chrome-Erweiterung, die von http://namata.ru entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).".
Erweiterungsscreenshots
Endless Tinder Liker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Endless Tinder Liker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gciilpifakooegcdimdegnljlncclink |
Offizielle URL | https://chrome.google.com/webstore/detail/endless-tinder-liker/gciilpifakooegcdimdegnljlncclink |
Beschreibung | This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them). |
Dateigröße | 252 KB |
Installationsanzahl | 834 |
Aktuelle Version | 1.6 |
Letztes Update | 2021-09-02 |
Veröffentlichungsdatum | 2020-05-04 |
Bewertung | 3.86/5 Insgesamt 7 Bewertungen |
Entwickler | http://namata.ru |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://namata.ru/extensions/endlesstinderliker |
Hilfeseite URL | https://namata.ru/support/thanksforinstall |
Unterstützte Sprachen | 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\/*" ] } |