Endless Tinder Liker

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

Apa itu Endless Tinder Liker?

Endless Tinder Liker adalah ekstensi Chrome yang dikembangkan oleh http://namata.ru, dan fitur utamanya adalah "This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Endless Tinder Liker

Unduh file ekstensi Endless Tinder Liker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Endless Tinder Liker Endless Tinder Liker
ID gciilpifakooegcdimdegnljlncclink
URL Resmi https://chrome.google.com/webstore/detail/endless-tinder-liker/gciilpifakooegcdimdegnljlncclink
Deskripsi This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).
Ukuran File 252 KB
Jumlah Instalasi 834
Versi Saat Ini 1.6
Terakhir Diperbarui 2021-09-02
Tanggal Publikasi 2020-05-04
Penilaian 3.86/5 Total 7 Penilaian
Pengembang http://namata.ru
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://namata.ru/extensions/endlesstinderliker
URL Halaman Bantuan https://namata.ru/support/thanksforinstall
Bahasa yang Didukung 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\/*"
    ]
}