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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}