Borderless Profile
Make your profile images unified, without spacing between them.
Co je Borderless Profile?
Borderless Profile je rozšíření Chrome vyvinuté Walter Radduso, a jeho hlavní funkcí je „Make your profile images unified, without spacing between them.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Borderless Profile
Stáhněte si soubory rozšíření Borderless Profile ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ceeedfjnggkpdhcmjgcambcjgeenfpoh |
Oficiální URL | https://chrome.google.com/webstore/detail/borderless-profile/ceeedfjnggkpdhcmjgcambcjgeenfpoh |
Popis | Make your profile images unified, without spacing between them. |
Velikost souboru | 10.7 KB |
Počet instalací | 20 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2022-02-10 |
Datum Vydání | 2021-02-26 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Walter Radduso |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |