Automatic Swiper

This is an automatic swiper!!!

什么是Automatic Swiper?

Automatic Swiper是由rugby.yujiro开发的Chrome扩展程序,该扩展的主要功能是“This is an automatic swiper!!!”。

扩展截图

screenshot

下载Automatic Swiper扩展crx文件

下载Automatic Swiper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Automatic Swiper Automatic Swiper
ID ahjbfbnfkaaoljpnienmfbgkjanfdgmj
官方URL https://chromewebstore.google.com/detail/automatic-swiper/ahjbfbnfkaaoljpnienmfbgkjanfdgmj
简介 This is an automatic swiper!!!
文件大小 3.62 KB
安装次数 50
当前版本 1.0.0
更新时间 2019-08-10
上架时间 2019-08-10
评分 2.00/5 共1次评分
开发者 rugby.yujiro
付费类型 free
支持的语言 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"
            ]
        }
    ]
}