Borderless Profile
Make your profile images unified, without spacing between them.
Wat is Borderless Profile?
Borderless Profile is een Chrome-extensie ontwikkeld door Walter Radduso, en de belangrijkste functie is "Make your profile images unified, without spacing between them.".
Extensie Screenshots
Download het CRX-bestand van de extensie Borderless Profile
Download Borderless Profile-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ceeedfjnggkpdhcmjgcambcjgeenfpoh |
Officiële URL | https://chrome.google.com/webstore/detail/borderless-profile/ceeedfjnggkpdhcmjgcambcjgeenfpoh |
Beschrijving | Make your profile images unified, without spacing between them. |
Bestandsgrootte | 10.7 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-02-10 |
Publicatiedatum | 2021-02-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Walter Radduso |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |