Swipe you only

This extension swipe everyone to RIGHT.

Vad är Swipe you only?

Swipe you only är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension swipe everyone to RIGHT.".

Tilläggsskärmbilder

screenshot

Ladda ner Swipe you only-förlängningens CRX-fil

Ladda ner Swipe you only-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!!!                    

Grundläggande Information om Tillägg

Namn Swipe you only Swipe you only
ID ppflkhdihjnjjffbmhidinhfhkdonpbd
Officiell webbadress https://chromewebstore.google.com/detail/swipe-you-only/ppflkhdihjnjjffbmhidinhfhkdonpbd
Beskrivning This extension swipe everyone to RIGHT.
Filstorlek 3.67 KB
Antal Installationer 106
Aktuell Version 1.2
Senast Uppdaterad 2019-05-11
Publiceringsdatum 2019-05-10
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    ]
}