Mastodon Air

Mastodon clean theme.

Cos'è Mastodon Air?

Mastodon Air è un'estensione di Chrome sviluppata da https://arge.ee, e la sua funzione principale è "Mastodon clean theme.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mastodon Air

Scarica i file di estensione Mastodon Air in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Mastodon Air Mastodon Air
ID amnafipdbahbnkhmaiiokceohldofhda
URL Ufficiale https://chromewebstore.google.com/detail/mastodon-air/amnafipdbahbnkhmaiiokceohldofhda
Descrizione Mastodon clean theme.
Dimensione del File 336 KB
Conteggio Installazioni 196
Versione Corrente 2.1.5
Ultimo Aggiornamento 2024-01-22
Data di Pubblicazione 2022-12-20
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://arge.ee
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://arge.ee/mastodon-air
Lingue Supportate 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"
    ]
}