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 هو إضافة Chrome تم تطويرها بواسطة omeriko9، والميزة الرئيسية لها هي "Allows you to click on a Tinder profile image and to open it in a new tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tinder Image Expander
قم بتنزيل ملفات الامتداد Tinder Image Expander بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |