Mastodon Air
Mastodon clean theme.
Mastodon Air क्या है?
Mastodon Air https://arge.ee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mastodon clean theme."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mastodon Air एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Mastodon Air is a Chrome extension that improves the look and usability of Mastodon social media pages. One of the standout features of Mastodon Air is its enhanced text area for posting. The text area is larger and more accessible, making it easier to compose and read your posts.
एक्सटेंशन की मूल जानकारी
नाम | Mastodon Air |
ID | amnafipdbahbnkhmaiiokceohldofhda |
आधिकारिक URL | https://chromewebstore.google.com/detail/mastodon-air/amnafipdbahbnkhmaiiokceohldofhda |
विवरण | Mastodon clean theme. |
फ़ाइल का आकार | 336 KB |
स्थापना संख्या | 196 |
वर्तमान संस्करण | 2.1.5 |
अंतिम अपडेट | 2024-01-22 |
प्रकाशन तिथि | 2022-12-20 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | https://arge.ee |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://arge.ee/mastodon-air |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mastodon Air", "description": "Mastodon clean theme.", "version": "2.1.5", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png", "512": "images\/icon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "styles\/glitch.css", "styles\/air-disabled.css", "styles\/styles.css", "styles\/base.css", "styles\/svg.css", "styles\/multi-column.css", "styles\/screen-size.css", "styles\/theme-colors.css", "styles\/accent.css" ], "js": [ "js\/browser.js", "js\/jquery-3.6.2.slim.min.js", "js\/content.js", "js\/themebackgrounds.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "options\/options.html" ], "matches": [ " |