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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |