Borderless Profile

Make your profile images unified, without spacing between them.

Co to jest Borderless Profile?

Borderless Profile to rozszerzenie Chrome opracowane przez Walter Radduso, a jego główną funkcją jest „Make your profile images unified, without spacing between them.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Borderless Profile

Pobierz pliki rozszerzeń Borderless Profile w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Borderless Profile Borderless Profile
ID ceeedfjnggkpdhcmjgcambcjgeenfpoh
Oficjalny URL https://chrome.google.com/webstore/detail/borderless-profile/ceeedfjnggkpdhcmjgcambcjgeenfpoh
Opis Make your profile images unified, without spacing between them.
Rozmiar pliku 10.7 KB
Liczba instalacji 20
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-02-10
Data Publikacji 2021-02-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Walter Radduso
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}