Borderless Profile

Make your profile images unified, without spacing between them.

Borderless Profile là gì?

Borderless Profile là một tiện ích mở rộng Chrome được phát triển bởi Walter Radduso, và tính năng chính của nó là "Make your profile images unified, without spacing between them.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Borderless Profile

Tải xuống các tệp mở rộng Borderless Profile dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Borderless Profile Borderless Profile
ID ceeedfjnggkpdhcmjgcambcjgeenfpoh
URL Chính Thức https://chrome.google.com/webstore/detail/borderless-profile/ceeedfjnggkpdhcmjgcambcjgeenfpoh
Mô tả Make your profile images unified, without spacing between them.
Kích Thước Tệp 10.7 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-02-10
Ngày Phát Hành 2021-02-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Walter Radduso
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}