Swipe you only

This extension swipe everyone to RIGHT.

什么是Swipe you only?

Swipe you only是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension swipe everyone to RIGHT.”。

扩展截图

screenshot

下载Swipe you only扩展crx文件

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

扩展使用说明

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

扩展基本信息

名称 Swipe you only Swipe you only
ID ppflkhdihjnjjffbmhidinhfhkdonpbd
官方URL https://chromewebstore.google.com/detail/swipe-you-only/ppflkhdihjnjjffbmhidinhfhkdonpbd
简介 This extension swipe everyone to RIGHT.
文件大小 3.67 KB
安装次数 106
当前版本 1.2
更新时间 2019-05-11
上架时间 2019-05-10
开发者 Unknown
付费类型 free
支持的语言 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"
    ]
}