RightSwipe

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

RightSwipe란 무엇입니까?

RightSwipe은(는) elvi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AutoSwipe, An extension to automate the swiping webapp like tinder and bumble."입니다.

확장 프로그램 스크린샷

screenshot

RightSwipe 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 RightSwipe RightSwipe
ID odoonleiokjpbpemehenemkhjahjimpn
공식 URL https://chrome.google.com/webstore/detail/rightswipe/odoonleiokjpbpemehenemkhjahjimpn
설명 AutoSwipe, An extension to automate the swiping webapp like tinder and bumble.
파일 크기 912 KB
설치 횟수 339
현재 버전 0.0.0.3
최근 업데이트 2020-05-01
출시 날짜 2020-04-30
평점 1.00/5 총 1 개의 평점
개발자 elvi
결제 유형 free
지원되는 언어 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"
    ]
}