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'est-ce que Endless Tinder Liker ?

Endless Tinder Liker est une extension Chrome développée par http://namata.ru, et sa fonction principale est "This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Endless Tinder Liker

Téléchargez les fichiers d'extension Endless Tinder Liker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Endless Tinder Liker Endless Tinder Liker
ID gciilpifakooegcdimdegnljlncclink
URL Officiel 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).
Taille du Fichier 252 KB
Nombre d'Installations 834
Version Actuelle 1.6
Dernière Mise à Jour 2021-09-02
Date de Publication 2020-05-04
Évaluation 3.86/5 Total 7 Évaluations
Développeur http://namata.ru
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://namata.ru/extensions/endlesstinderliker
URL de la Page d'Aide https://namata.ru/support/thanksforinstall
Langues Prises en Charge 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\/*"
    ]
}