Auto Date Liker

This extension is use to start auto like on Tinder, Bumble and OKCupid

Cos'è Auto Date Liker?

Auto Date Liker è un'estensione di Chrome sviluppata da http://frankdating.com, e la sua funzione principale è "This extension is use to start auto like on Tinder, Bumble and OKCupid".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auto Date Liker

Scarica i file di estensione Auto Date Liker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        All three dating apps auto like at one place 😻.
Features :
1. Tinder ✌️ - Tinder auto like comes with custom interval likes (by default 300ms).
2. Bumble 🤞 - Bumble auto like comes with custom interval likes (by default 300ms).
2. Happn 🤞 - Happn auto like comes with custom interval likes (by default 1000ms).
3. Okcupid 🤟 - Okcupid auto like does more than just liking profile, It gives you flexibility to add your own intro message. (default pick-up line will be sent if message input is empty).

New Updates : 
1. Added Happn auto like support                    

Informazioni di Base sull'Estensione

Nome Auto Date Liker Auto Date Liker
ID epbgmgeiekbemgmnhngpmefkdchajakn
URL Ufficiale https://chrome.google.com/webstore/detail/auto-date-liker/epbgmgeiekbemgmnhngpmefkdchajakn
Descrizione This extension is use to start auto like on Tinder, Bumble and OKCupid
Dimensione del File 60.23 KB
Conteggio Installazioni 501
Versione Corrente 3.0
Ultimo Aggiornamento 2023-03-04
Data di Pubblicazione 2020-05-06
Valutazione 4.11/5 Totale 9 Valutazioni
Sviluppatore http://frankdating.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://frankdating.com
URL della Pagina di Aiuto https://frankdating.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Date Liker",
    "version": "3.0",
    "description": "This extension is use to start auto like on Tinder, Bumble and OKCupid",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Date Liker",
        "default_icon": "icon.png"
    }
}