Automatic Swiper

This is an automatic swiper!!!

What is Automatic Swiper?

Automatic Swiper is a Chrome extension developed by rugby.yujiro, and its main feature is "This is an automatic swiper!!!".

Extension Screenshots

screenshot

Download Automatic Swiper Extension CRX File

Download Automatic Swiper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Automatic Swiper for Tinder
Go https://tinder.com/app/recs
Click {Start Auto Swiper!!!} button
It will work.                    

Extension Basic Information

Name Automatic Swiper Automatic Swiper
ID ahjbfbnfkaaoljpnienmfbgkjanfdgmj
Official URL https://chromewebstore.google.com/detail/automatic-swiper/ahjbfbnfkaaoljpnienmfbgkjanfdgmj
Description This is an automatic swiper!!!
File Size 3.62 KB
Installation Count 50
Current Version 1.0.0
Last Updated 2019-08-10
Publish Date 2019-08-10
Rating 2.00/5 Total 1 Ratings
Developer rugby.yujiro
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automatic Swiper",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This is an automatic swiper!!!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/app\/recs"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}