Tinder Auto Like (Swiper)

Приложение помогает понравится большому количеству женщин из Tinder. Tinder Auto Swipe | Tinder Auto Liker | Tinder Swipe Right

Tinder Auto Like (Swiper)คืออะไร?

Tinder Auto Like (Swiper) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alex.offlease และคุณลักษณะหลักของมันคือ "Приложение помогает понравится большому количеству женщин из Tinder. Tinder Auto Swipe | Tinder Auto Liker | Tinder Swipe Right"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tinder Auto Like (Swiper)

ดาวน์โหลดไฟล์ส่วนขยาย Tinder Auto Like (Swiper) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tinder Auto Swipe | Tinder Auto Liker | Tinder Swipe Right

Tinder Auto Swiper делает ваши лайки естественными, что позволяет избежать бана.
Случайные задержки между свайпами обеспечат естественность процесса.
В процессе работы расширения вы можете самостоятельно дизлайкать не понравившиеся анкеты.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tinder Auto Like (Swiper) Tinder Auto Like (Swiper)
ID bcoabadkgmnndojceminipdgjgnjbggh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tinder-auto-like-swiper/bcoabadkgmnndojceminipdgjgnjbggh
คำอธิบาย Приложение помогает понравится большому количеству женщин из Tinder. Tinder Auto Swipe | Tinder Auto Liker | Tinder Swipe Right
ขนาดไฟล์ 80.27 KB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2023-04-23
วันที่เผยแพร่ 2023-03-30
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา alex.offlease
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://fastfucker.ru/en/buybot/
ภาษาที่รองรับ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tinder Auto Like (Swiper)",
    "version": "0.0.3",
    "description": "\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442 \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f \u0431\u043e\u043b\u044c\u0448\u043e\u043c\u0443 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0436\u0435\u043d\u0449\u0438\u043d \u0438\u0437 Tinder. Tinder Auto Swipe | Tinder Auto Liker | Tinder Swipe Right",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-32.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/app\/recs*",
                "https:\/\/tinder.com\/",
                "https:\/\/tinder.com\/app\/matches*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-32.png"
            ],
            "matches": [
                "https:\/\/tinder.com\/*"
            ]
        }
    ]
}