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
官方網址 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"
    }
}