Tinder Image Expander
Allows you to click on a Tinder profile image and to open it in a new tab
Tinder Image Expander क्या है?
Tinder Image Expander omeriko9 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to click on a Tinder profile image and to open it in a new tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tinder Image Expander एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Fetches background-image from div for each picture, and adds a small button called 'open' that will open the image in a new tab
एक्सटेंशन की मूल जानकारी
नाम | |
ID | omjldoifbgnmpnjaeboeoomlmmhbepcg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tinder-image-expander/omjldoifbgnmpnjaeboeoomlmmhbepcg |
विवरण | Allows you to click on a Tinder profile image and to open it in a new tab |
फ़ाइल का आकार | 34.81 KB |
स्थापना संख्या | 3,113 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2022-06-12 |
प्रकाशन तिथि | 2020-11-24 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | omeriko9 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |