Auto Swiper Free

Automatically swipes for you on your behalf.

Auto Swiper Free là gì?

Auto Swiper Free là một tiện ích mở rộng Chrome được phát triển bởi Roy Ernst, và tính năng chính của nó là "Automatically swipes for you on your behalf.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Swiper Free

Tải xuống các tệp mở rộng Auto Swiper Free dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Automatically swipes for you on your behalf. Leave the window in the background for the best effect. Do not leave open for inhuman amount of hours.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Swiper Free Auto Swiper Free
ID fgkcalcgebocnghiklhjhnhdolpfigie
URL Chính Thức https://chromewebstore.google.com/detail/auto-swiper-free/fgkcalcgebocnghiklhjhnhdolpfigie
Mô tả Automatically swipes for you on your behalf.
Kích Thước Tệp 124 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-07-06
Ngày Phát Hành 2022-07-06
Nhà Phát Triển Roy Ernst
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Swiper Free",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "Automatically swipes for you on your behalf.",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Auto Swiper Free",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "host_permissions": [
        "https:\/\/tinder.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}