Autopilot for Tinder

Don't waste time swiping. Autopilot will do it for you.

Autopilot for Tinder là gì?

Autopilot for Tinder là một tiện ích mở rộng Chrome được phát triển bởi Autopilot Team, và tính năng chính của nó là "Don't waste time swiping. Autopilot will do it for you.".

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

Tải xuống tệp CRX của tiện ích mở rộng Autopilot for Tinder

Tải xuống các tệp mở rộng Autopilot for Tinder 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

                        How it works?

1. Install extension
2. Go to www.tinder.com
3. You will see button in the left top corner
4. Turn it ON
5. It will swipe RIGHT every photo for you
6. Once you receive MATCH a random GIF will be sent automatically for you

Have fun!                    

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

Tên Autopilot for Tinder Autopilot for Tinder
ID ckbomlknmandimdddbaakmflbjnibcai
URL Chính Thức https://chrome.google.com/webstore/detail/autopilot-for-tinder/ckbomlknmandimdddbaakmflbjnibcai
Mô tả Don't waste time swiping. Autopilot will do it for you.
Kích Thước Tệp 556 KB
Số Lần Cài Đặt 1,457
Phiên Bản Hiện Tại 0.0.0.4
Cập Nhật Lần Cuối 2018-07-22
Ngày Phát Hành 2018-07-22
Đánh Giá 3.64/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Autopilot Team
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",
    "manifest_version": 2,
    "name": "Autopilot for Tinder",
    "description": "Don't waste time swiping. Autopilot will do it for you.",
    "version": "0.0.0.4",
    "author": "Tinder Autopilot",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}