Mastodon Air

Mastodon clean theme.

什么是Mastodon Air?

Mastodon Air是由https://arge.ee开发的Chrome扩展程序,该扩展的主要功能是“Mastodon clean theme.”。

扩展截图

screenshot
screenshot
screenshot

下载Mastodon Air扩展crx文件

下载Mastodon Air扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}