LighterFuel for tinder

LighterFuel helps you see when accounts were created, see enlarged photos and reverse image search photos!

Co to jest LighterFuel for tinder?

LighterFuel for tinder to rozszerzenie Chrome opracowane przez https://j4a.uk, a jego główną funkcją jest „LighterFuel helps you see when accounts were created, see enlarged photos and reverse image search photos!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LighterFuel for tinder

Pobierz pliki rozszerzeń LighterFuel for tinder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Join the discord to make feature requests, report bugs or become a beta tester: https://discord.gg/nHcDMkqYgP
______________________________________________________________________
LighterFuel for Tinder shows the date (and how long ago) accounts were created so you can get a better idea of when your match, or potential match, made their account!
You can also reverse image search your matches photos, and get the original quality photos from your matches to help check if they are real or not.

This extension can break at any time, I'm sure it will break again soon.

-- UPDATE --
v1.5.8: Added a "Lighterfuel is broken" button to the popup so it's easier to report any errors to me, and I can diagnose then fix them faster
v1.5.7: Fixed the the dates not showing after prolonged inactivity + analytics updates
v1.5.6: Fixed for premium users and increased relaibility
v1.5.5: LighterFuel now works on the "my likes" page
v1.5.4: Fixed the date occasionally being wrong
v1.5.2: Fixed analytics and performance improvements
v1.5.0: Fixed the error with the languages that stopped it from working - Huge shoutout to the person on discord who helped me find the error!
v1.4.9: Small bug fixes, still working on getting it back to normal
v1.4.8: We're back baby! Your matches are no longer from 1970 and the devs at tinder have more work to do! You can now see when accounts were created, instead of when photos were uploaded, alongside an optional button to get the full quality photos of your matches. Lower quality photos indicate they might not be who they say they are.

If you work for tinder and would like to offer me a job, instead of a cease and desist, my inbox is open!

Fork me on GitHub: https://github.com/Acorn221/LighterFuel-For-Tinder
This extension is in no way affiliated with Tinder Inc. or Mamba.                    

Podstawowe informacje o rozszerzeniu

Nazwa LighterFuel for tinder LighterFuel for tinder
ID bmcnbhnpmbkcpkhnmknmnkgdeodfljnc
Oficjalny URL https://chromewebstore.google.com/detail/lighterfuel-for-tinder/bmcnbhnpmbkcpkhnmknmnkgdeodfljnc
Opis LighterFuel helps you see when accounts were created, see enlarged photos and reverse image search photos!
Rozmiar pliku 412 KB
Liczba instalacji 9,000
Aktualna Wersja 1.5.9
Ostatnia Aktualizacja 2024-01-12
Data Publikacji 2021-06-30
Ocena 4.25/5 Łącznie 36 Oceny
Deweloper https://j4a.uk
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://j4a.uk/privacy-policy
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "64": "icon.c766bb78.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.5.9",
    "author": "James",
    "name": "LighterFuel for tinder",
    "description": "LighterFuel helps you see when accounts were created, see enlarged photos and reverse image search photos!",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.mamba.ru\/*"
            ],
            "js": [
                "mamba.31f92db0.js"
            ],
            "run_at": "document_start",
            "css": [
                "style.2b612093.css"
            ]
        },
        {
            "matches": [
                "*:\/\/tinder.com\/*"
            ],
            "js": [
                "tinder.4f3ef094.js"
            ],
            "run_at": "document_start",
            "css": [
                "style.2b612093.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "relay.49c93797.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "*:\/\/*.tinder.com\/*",
        "*:\/\/*.gotinder.com\/*",
        "*:\/\/*.mamba.ru\/*",
        "*:\/\/*.wmbcdn.com\/*",
        "*:\/\/*.bumble.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/tinder.com\/*",
            "*:\/\/*.mamba.ru\/*",
            "*:\/\/*.bumble.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/clarity.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "*:\/\/www.mamba.ru\/*"
            ],
            "resources": [
                "mamba.3fd97ab9.css"
            ]
        },
        {
            "matches": [
                "*:\/\/tinder.com\/*"
            ],
            "resources": [
                "mamba.3fd97ab9.css"
            ]
        }
    ]
}