RightSwipe

AutoSwipe, An extension to automate the swiping webapp like tinder and bumble.

¿Qué es RightSwipe?

RightSwipe es una extensión de Chrome desarrollada por elvi, y su función principal es "AutoSwipe, An extension to automate the swiping webapp like tinder and bumble.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión RightSwipe

Descarga archivos de extensión RightSwipe en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre RightSwipe RightSwipe
ID odoonleiokjpbpemehenemkhjahjimpn
URL Oficial https://chrome.google.com/webstore/detail/rightswipe/odoonleiokjpbpemehenemkhjahjimpn
Descripción AutoSwipe, An extension to automate the swiping webapp like tinder and bumble.
Tamaño del Archivo 912 KB
Cantidad de Instalaciones 339
Versión Actual 0.0.0.3
Última Actualización 2020-05-01
Fecha de Publicación 2020-04-30
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador elvi
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RightSwipe",
    "short_name": "Au(to)mate \u2764\ufe0f!",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "author": "https:\/\/elvi.network",
    "description": "AutoSwipe, An extension to automate the swiping webapp like tinder and bumble.",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+Z",
                "mac": "Alt+Shift+Z",
                "chromeos": "Alt+Shift+Z",
                "linux": "Alt+Shift+Z"
            }
        }
    },
    "icons": {
        "16": "images\/icon-120.png",
        "128": "images\/icon-120.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-120.png",
            "38": "images\/icon-120.png"
        },
        "default_title": "Right Swipe.",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bundleX.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/*",
                "https:\/\/bumble.com\/app"
            ],
            "css": [
                "css\/cs.css"
            ],
            "js": [
                "jquery-1.10.1.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/*.infura.io\/*",
        "unlimitedStorage",
        "storage",
        "tabs",
        "management"
    ]
}