T-SWINDLER (additional features for TINDER)

Free Auto swiper(clicker, liker). Location change. Swipe(click, like) to right automatically. Unlimited. Free.

T-SWINDLER (additional features for TINDER) là gì?

T-SWINDLER (additional features for TINDER) là một tiện ích mở rộng Chrome được phát triển bởi https://pidevex.com, và tính năng chính của nó là "Free Auto swiper(clicker, liker). Location change. Swipe(click, like) to right automatically. Unlimited. Free.".

Ả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 T-SWINDLER (additional features for TINDER)

Tải xuống các tệp mở rộng T-SWINDLER (additional features 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

                        🤩 If you enjoy using T-SWINDLER, please take a moment to give it a 5-star rating! Your feedback is incredibly valuable to us. 🤩

🚨T-SWINDLER just offer additional features and functionalities for Tinder users. Please note that our application is developed independently and is not affiliated with or endorsed by Tinder🚨

FEATURES: 
⚡ -  auto Like or swipe to right; 
⚡ - changing your current location to another fake location (works on TINDER web site only); 
⚡ - unlock Full-Size Photos and images for users of Tinder; 
⚡ - Filters for Tinder profiles, compatible with both auto swiping and manual swiping modes. 
⚡ 🆕 -The ability to adjust the speed of the auto-swipe function, with the option for a random speed. 🆕
⚡ - opens page of TINDER when push start button;


Simple extension to automate and add extra features for TINDER. 
Just press the red "Start" button and the swipe to the right will be pressed by itself.
Do not close the tab with TINDER for Tinder Auto swipe.
If you want to stop, just press the green round "Stop" button.

You can change geo location. Open popup settings and change country, city, place 
or other geo coordinates. Find your partner far from you before your trip.
(Please wait about 10-15 minutes after make changes. This is the time for TINDER's applying the new location)

 Get a Closer Look with Full-Size Photos  Tired of guessing what your matches really look like? T-Swindler's new feature lets you view full-size photos on Tinder profiles, so you can make more informed decisions. No more unexpected surprises – see them up close and personal. Explore full-size images on Tinder like never before.

Our extension empowers you to set filters that align with your preferences, streamlining your search for potential matches. Whether you choose to swipe manually or opt for autopilot mode(auto swiping was started), you'll have an indicator to determine if a profile is a match or not. Filters with real-time indicator are designed to significantly increase your productivity and simplify decision-making, ensuring you get the most out of your Tinder experience.

🆕 The speed adjustment makes using the auto-swipe feature even more convenient and productive for you. Now, you can customize the auto-swipe speed according to your preferences. Additionally, we've added the 'Random Speed' feature, which changes the auto-swipe speed randomly, helping to avoid potential shadow bans from Tinder.🆕


Please, if you have any questions, problems or suggestions, write to me: [email protected].
I will fixed it as soon as possible.

WOULD YOU LIKE TO SUPPORT T-SWINDLER? 
Buy Me a Coffee
https://www.buymeacoffee.com/pidevex                    

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

Tên T-SWINDLER (additional features for TINDER) T-SWINDLER (additional features for TINDER)
ID pphglfeabckbjkidhkfibhpjgjgnkgli
URL Chính Thức https://chromewebstore.google.com/detail/t-swindler-additional-fea/pphglfeabckbjkidhkfibhpjgjgnkgli
Mô tả Free Auto swiper(clicker, liker). Location change. Swipe(click, like) to right automatically. Unlimited. Free.
Kích Thước Tệp 547 KB
Số Lần Cài Đặt 2,043
Phiên Bản Hiện Tại 1.0.3.8
Cập Nhật Lần Cuối 2024-02-29
Ngày Phát Hành 2022-12-24
Đánh Giá 4.74/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://pidevex.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pidevex.com/?app=t-swindler
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "1.0.3.8",
    "version_name": "1.0.3.8",
    "manifest_version": 3,
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tinder.com\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/tinder.com\/*"
            ],
            "js": [
                "content.overrides.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.injected.js"
            ],
            "matches": [
                "*:\/\/tinder.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/tinder.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}