Borderless Profile

Make your profile images unified, without spacing between them.

Apa itu Borderless Profile?

Borderless Profile adalah ekstensi Chrome yang dikembangkan oleh Walter Radduso, dan fitur utamanya adalah "Make your profile images unified, without spacing between them.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Borderless Profile

Unduh file ekstensi Borderless Profile dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Borderless Profile Borderless Profile
ID ceeedfjnggkpdhcmjgcambcjgeenfpoh
URL Resmi https://chrome.google.com/webstore/detail/borderless-profile/ceeedfjnggkpdhcmjgcambcjgeenfpoh
Deskripsi Make your profile images unified, without spacing between them.
Ukuran File 10.7 KB
Jumlah Instalasi 20
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-02-10
Tanggal Publikasi 2021-02-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Walter Radduso
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}