Borderless Profile
Make your profile images unified, without spacing between them.
ما هو Borderless Profile؟
Borderless Profile هو إضافة Chrome تم تطويرها بواسطة Walter Radduso، والميزة الرئيسية لها هي "Make your profile images unified, without spacing between them.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Borderless Profile
قم بتنزيل ملفات الامتداد Borderless Profile بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is to make any profile images without space between them. When you open a profile, the images appear with a space between so I decided to remove that space. This is great for those people who use multiple post to create a bigger image. You can see the changes on the images. Idea: Bruno Donadío.
معلومات أساسية عن التمديد
الاسم | |
ID | ceeedfjnggkpdhcmjgcambcjgeenfpoh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/borderless-profile/ceeedfjnggkpdhcmjgcambcjgeenfpoh |
الوصف | Make your profile images unified, without spacing between them. |
حجم الملف | 10.7 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2022-02-10 |
تاريخ النشر | 2021-02-26 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Walter Radduso |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Borderless Profile", "version": "1.0.1", "description": "Make your profile images unified, without spacing between them.", "author": "Walter Radduso", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.instagram.com\/*", "https:\/\/instagram.com\/*" ] } ], "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } } |