Borderless Profile

Make your profile images unified, without spacing between them.

Was ist Borderless Profile?

Borderless Profile ist eine Chrome-Erweiterung, die von Walter Radduso entwickelt wurde, und ihr Hauptmerkmal ist "Make your profile images unified, without spacing between them.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Borderless Profile-Erweiterungs-CRX-Datei herunterladen

Laden Sie Borderless Profile-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Borderless Profile Borderless Profile
ID ceeedfjnggkpdhcmjgcambcjgeenfpoh
Offizielle URL https://chrome.google.com/webstore/detail/borderless-profile/ceeedfjnggkpdhcmjgcambcjgeenfpoh
Beschreibung Make your profile images unified, without spacing between them.
Dateigröße 10.7 KB
Installationsanzahl 20
Aktuelle Version 1.0.1
Letztes Update 2022-02-10
Veröffentlichungsdatum 2021-02-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Walter Radduso
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}