Tinder Clicker

Match Away!! 💕

What is Tinder Clicker?

Tinder Clicker is a Chrome extension developed by mohit.developer21, and its main feature is "Match Away!! 💕".

Extension Screenshots

screenshot

Download Tinder Clicker Extension CRX File

Download Tinder Clicker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Click on tinder web page https://tinder.com/app/recs                    

Extension Basic Information

Name Tinder Clicker Tinder Clicker
ID fghdbbmhcdigcnkloiboaahhjbnmfaeb
Official URL https://chrome.google.com/webstore/detail/tinder-clicker/fghdbbmhcdigcnkloiboaahhjbnmfaeb
Description Match Away!! 💕
File Size 10.56 KB
Installation Count 78
Current Version 1.0
Last Updated 2022-08-04
Publish Date 2022-08-04
Developer mohit.developer21
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tinder Clicker",
    "description": "Match Away!! \ud83d\udc95",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/click_16.png",
            "32": "\/images\/click_32.png",
            "48": "\/images\/click_48.png",
            "128": "\/images\/click_64.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "\/images\/click_16.png",
        "32": "\/images\/click_32.png",
        "48": "\/images\/click_48.png",
        "128": "\/images\/click_64.png"
    }
}