Borderless Profile
Make your profile images unified, without spacing between them.
Borderless Profile क्या है?
Borderless Profile Walter Radduso द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make your profile images unified, without spacing between them."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Borderless Profile एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ceeedfjnggkpdhcmjgcambcjgeenfpoh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/borderless-profile/ceeedfjnggkpdhcmjgcambcjgeenfpoh |
विवरण | Make your profile images unified, without spacing between them. |
फ़ाइल का आकार | 10.7 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-02-10 |
प्रकाशन तिथि | 2021-02-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Walter Radduso |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |