Borderless Profile

Make your profile images unified, without spacing between them.

What is Borderless Profile?

Borderless Profile is a Chrome extension developed by Walter Radduso, and its main feature is "Make your profile images unified, without spacing between them.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Borderless Profile Extension CRX File

Download Borderless Profile extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Borderless Profile Borderless Profile
ID ceeedfjnggkpdhcmjgcambcjgeenfpoh
Official URL https://chrome.google.com/webstore/detail/borderless-profile/ceeedfjnggkpdhcmjgcambcjgeenfpoh
Description Make your profile images unified, without spacing between them.
File Size 10.7 KB
Installation Count 20
Current Version 1.0.1
Last Updated 2022-02-10
Publish Date 2021-02-26
Rating 5.00/5 Total 1 Ratings
Developer Walter Radduso
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}