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
Eメール [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"
    ]
}