Tinder Image Expander
Allows you to click on a Tinder profile image and to open it in a new tab
Hvad er Tinder Image Expander?
Tinder Image Expander er en Chrome-udvidelse udviklet af omeriko9, og dens hovedfunktion er "Allows you to click on a Tinder profile image and to open it in a new tab".
Udvidelsesskærmbilleder
Download Tinder Image Expander-udvidelses-CRX-fil
Download Tinder Image Expander-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Fetches background-image from div for each picture, and adds a small button called 'open' that will open the image in a new tab
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | omjldoifbgnmpnjaeboeoomlmmhbepcg |
Officiel URL | https://chrome.google.com/webstore/detail/tinder-image-expander/omjldoifbgnmpnjaeboeoomlmmhbepcg |
Beskrivelse | Allows you to click on a Tinder profile image and to open it in a new tab |
Filstørrelse | 34.81 KB |
Antal Installationer | 3,113 |
Nuværende Version | 1.3 |
Senest Opdateret | 2022-06-12 |
Udgivelsesdato | 2020-11-24 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | omeriko9 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tinder Image Expander", "version": "1.3", "description": "Allows you to click on a Tinder profile image and to open it in a new tab", "content_scripts": [ { "matches": [ "https:\/\/*.tinder.com\/*" ], "js": [ "jquery.js", "contentScript.js" ] } ], "manifest_version": 3 } |