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とは何ですか?

Endless Tinder Likerはhttp://namata.ruによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).」です。

拡張機能のスクリーンショット

screenshot

Endless Tinder Liker拡張機能のCRXファイルをダウンロード

Endless Tinder Liker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Endless Tinder Liker Endless Tinder Liker
ID gciilpifakooegcdimdegnljlncclink
公式URL https://chrome.google.com/webstore/detail/endless-tinder-liker/gciilpifakooegcdimdegnljlncclink
説明 This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).
ファイルサイズ 252 KB
インストール数 834
現在のバージョン 1.6
最終更新日 2021-09-02
公開日 2020-05-04
評価 3.86/5 合計 7 レビュー
開発者 http://namata.ru
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://namata.ru/extensions/endlesstinderliker
ヘルプページのURL https://namata.ru/support/thanksforinstall
対応言語 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\/*"
    ]
}