Mastodon Air
Mastodon clean theme.
Mastodon Air là gì?
Mastodon Air là một tiện ích mở rộng Chrome được phát triển bởi https://arge.ee, và tính năng chính của nó là "Mastodon clean theme.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mastodon Air
Tải xuống các tệp mở rộng Mastodon Air dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mastodon Air |
ID | amnafipdbahbnkhmaiiokceohldofhda |
URL Chính Thức | https://chromewebstore.google.com/detail/mastodon-air/amnafipdbahbnkhmaiiokceohldofhda |
Mô tả | Mastodon clean theme. |
Kích Thước Tệp | 336 KB |
Số Lần Cài Đặt | 196 |
Phiên Bản Hiện Tại | 2.1.5 |
Cập Nhật Lần Cuối | 2024-01-22 |
Ngày Phát Hành | 2022-12-20 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://arge.ee |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://arge.ee/mastodon-air |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |