Endless Tinder Liker
This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).
What is Endless Tinder Liker?
Endless Tinder Liker is a Chrome extension developed by http://namata.ru, and its main feature is "This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).".
Extension Screenshots
Download Endless Tinder Liker Extension CRX File
Download Endless Tinder Liker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gciilpifakooegcdimdegnljlncclink |
Official URL | https://chrome.google.com/webstore/detail/endless-tinder-liker/gciilpifakooegcdimdegnljlncclink |
Description | This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them). |
File Size | 252 KB |
Installation Count | 834 |
Current Version | 1.6 |
Last Updated | 2021-09-02 |
Publish Date | 2020-05-04 |
Rating | 3.86/5 Total 7 Ratings |
Developer | http://namata.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://namata.ru/extensions/endlesstinderliker |
Help Page URL | https://namata.ru/support/thanksforinstall |
Supported Languages | 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\/*" ] } |