Swipe you only

This extension swipe everyone to RIGHT.

Cos'è Swipe you only?

Swipe you only è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension swipe everyone to RIGHT.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Swipe you only

Scarica i file di estensione Swipe you only 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

                        Swipe everyone to Right in Tinder.

Just visit https://tinder.com/app/recs,  and your browser will start to swipe automatically, instead of you.

Enjoy your love life!!!                    

Informazioni di Base sull'Estensione

Nome Swipe you only Swipe you only
ID ppflkhdihjnjjffbmhidinhfhkdonpbd
URL Ufficiale https://chromewebstore.google.com/detail/swipe-you-only/ppflkhdihjnjjffbmhidinhfhkdonpbd
Descrizione This extension swipe everyone to RIGHT.
Dimensione del File 3.67 KB
Conteggio Installazioni 106
Versione Corrente 1.2
Ultimo Aggiornamento 2019-05-11
Data di Pubblicazione 2019-05-10
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swipe you only",
    "description": "This extension swipe everyone to RIGHT.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/app\/recs"
            ],
            "js": [
                "common.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/tinder.com\/app\/recs"
    ]
}