Tinder Image Expander
Allows you to click on a Tinder profile image and to open it in a new tab
Wat is Tinder Image Expander?
Tinder Image Expander is een Chrome-extensie ontwikkeld door omeriko9, en de belangrijkste functie is "Allows you to click on a Tinder profile image and to open it in a new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Tinder Image Expander
Download Tinder Image Expander-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Fetches background-image from div for each picture, and adds a small button called 'open' that will open the image in a new tab
Basisinformatie over de Extensie
Naam | |
ID | omjldoifbgnmpnjaeboeoomlmmhbepcg |
Officiële URL | https://chrome.google.com/webstore/detail/tinder-image-expander/omjldoifbgnmpnjaeboeoomlmmhbepcg |
Beschrijving | Allows you to click on a Tinder profile image and to open it in a new tab |
Bestandsgrootte | 34.81 KB |
Aantal Installaties | 3,113 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2022-06-12 |
Publicatiedatum | 2020-11-24 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | omeriko9 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |