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文件

下載RightSwipe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 RightSwipe RightSwipe
ID odoonleiokjpbpemehenemkhjahjimpn
官方網址 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"
    ]
}