Borderless Profile
Make your profile images unified, without spacing between them.
Vad är Borderless Profile?
Borderless Profile är en Chrome-tillägg utvecklad av Walter Radduso, och dess huvudfunktion är "Make your profile images unified, without spacing between them.".
Tilläggsskärmbilder
Ladda ner Borderless Profile-förlängningens CRX-fil
Ladda ner Borderless Profile-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ceeedfjnggkpdhcmjgcambcjgeenfpoh |
Officiell webbadress | https://chrome.google.com/webstore/detail/borderless-profile/ceeedfjnggkpdhcmjgcambcjgeenfpoh |
Beskrivning | Make your profile images unified, without spacing between them. |
Filstorlek | 10.7 KB |
Antal Installationer | 20 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2022-02-10 |
Publiceringsdatum | 2021-02-26 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Walter Radduso |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |