Borderless Profile

Make your profile images unified, without spacing between them.

什么是Borderless Profile?

Borderless Profile是由Walter Radduso开发的Chrome扩展程序,该扩展的主要功能是“Make your profile images unified, without spacing between them.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Borderless Profile扩展crx文件

下载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.                    

扩展基本信息

名称 Borderless Profile Borderless Profile
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"
    }
}