Auto Liker for 🔥

Automatically Swipes For You.

什麼是Auto Liker for 🔥?

Auto Liker for 🔥是由A & P開發的Chrome擴展程式,該擴展的主要功能是“Automatically Swipes For You.”。

擴展截圖

screenshot

下載Auto Liker for 🔥擴展crx文件

下載Auto Liker for 🔥擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ⭐ Tinder Auto Liker That Automatically Swipes For you ⭐

Easy To Use:

1.) Just go to Tinder.com on your desktop 
2.) Click on our fire 🔥extension icon
3.) Click 'Start' and it will automatically start swiping right 
4.) Click 'Stop' if you want to stop it from swiping right
5.) Slide the speed bar or enter in your desired swipe per second

Features:
1 - Easy To Use. 
2 - Swipes Right On Everyone.
3 - 'Start' & 'Stop' Button
4 - Sliding Speed Bar.

Install Auto Liker for 🔥and start swiping today!


Important Notes :
- This app is NOT affiliated with or endorsed by Tinder, Inc.                    

擴展基本資訊

名稱 Auto Liker for 🔥 Auto Liker for 🔥
ID kigkkoaookbdloeellianbgcniajfbob
官方網址 https://chromewebstore.google.com/detail/auto-liker-for-%F0%9F%94%A5/kigkkoaookbdloeellianbgcniajfbob
簡介 Automatically Swipes For You.
檔案大小 83 KB
安裝次數 1,404
目前版本 0.0.1
更新時間 2021-07-07
上架時間 2021-07-07
評分 4.00/5 共 14 次評分
開發者 A & P
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Liker for \ud83d\udd25",
    "description": "Automatically Swipes For You.",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Auto Liker for \ud83d\udd25",
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "156": "icons\/icon156.png",
        "196": "icons\/icon196.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tinder.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}