Endless Tinder Liker

This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).

Endless Tinder Liker là gì?

Endless Tinder Liker là một tiện ích mở rộng Chrome được phát triển bởi http://namata.ru, và tính năng chính của nó là "This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).".

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

screenshot

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

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

                        This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them). Just click on the extension icon and the “Run” button to start putting likes and the “Stop” button to finish it.                    

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

Tên Endless Tinder Liker Endless Tinder Liker
ID gciilpifakooegcdimdegnljlncclink
URL Chính Thức https://chrome.google.com/webstore/detail/endless-tinder-liker/gciilpifakooegcdimdegnljlncclink
Mô tả This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).
Kích Thước Tệp 252 KB
Số Lần Cài Đặt 834
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2021-09-02
Ngày Phát Hành 2020-05-04
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển http://namata.ru
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://namata.ru/extensions/endlesstinderliker
URL Trang Trợ Giúp https://namata.ru/support/thanksforinstall
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Endless Tinder Liker",
    "description": "This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).",
    "version": "1.6",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tinder.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/tinder.com\/*"
    ]
}