Endless Tinder Liker

This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).

Wat is Endless Tinder Liker?

Endless Tinder Liker is een Chrome-extensie ontwikkeld door http://namata.ru, en de belangrijkste functie is "This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Endless Tinder Liker

Download Endless Tinder Liker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Endless Tinder Liker Endless Tinder Liker
ID gciilpifakooegcdimdegnljlncclink
Officiële URL https://chrome.google.com/webstore/detail/endless-tinder-liker/gciilpifakooegcdimdegnljlncclink
Beschrijving This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).
Bestandsgrootte 252 KB
Aantal Installaties 834
Huidige Versie 1.6
Laatst Bijgewerkt 2021-09-02
Publicatiedatum 2020-05-04
Beoordeling 3.86/5 Totaal 7 Beoordelingen
Ontwikkelaar http://namata.ru
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://namata.ru/extensions/endlesstinderliker
Help Pagina-URL https://namata.ru/support/thanksforinstall
Ondersteunde Talen 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\/*"
    ]
}