Borderless Profile

Make your profile images unified, without spacing between them.

Cos'è Borderless Profile?

Borderless Profile è un'estensione di Chrome sviluppata da Walter Radduso, e la sua funzione principale è "Make your profile images unified, without spacing between them.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Borderless Profile

Scarica i file di estensione Borderless Profile in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Borderless Profile Borderless Profile
ID ceeedfjnggkpdhcmjgcambcjgeenfpoh
URL Ufficiale https://chrome.google.com/webstore/detail/borderless-profile/ceeedfjnggkpdhcmjgcambcjgeenfpoh
Descrizione Make your profile images unified, without spacing between them.
Dimensione del File 10.7 KB
Conteggio Installazioni 20
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-02-10
Data di Pubblicazione 2021-02-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Walter Radduso
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}