Materiable

Custom Material Design of Facebook

Cos'è Materiable?

Materiable è un'estensione di Chrome sviluppata da Arif-Un, e la sua funzione principale è "Custom Material Design of Facebook".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Materiable

Scarica i file di estensione Materiable 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

                        Costom Design of current facebook od desktop.Inspiring by Google Material Design.                    

Informazioni di Base sull'Estensione

Nome Materiable Materiable
ID aoaoiammnldamfapaiejppjneffdplip
URL Ufficiale https://chromewebstore.google.com/detail/materiable/aoaoiammnldamfapaiejppjneffdplip
Descrizione Custom Material Design of Facebook
Dimensione del File 103 KB
Conteggio Installazioni 13
Versione Corrente 1.0
Ultimo Aggiornamento 2019-10-31
Data di Pubblicazione 2019-10-30
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Arif-Un
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Materiable",
    "short_name": "Material Design FB",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Custom Material Design of Facebook",
    "permissions": [
        "https:\/\/facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "application.js"
            ]
        }
    ],
    "options_page": "",
    "web_accessible_resources": [
        "data"
    ],
    "icons": {
        "16": "icons\/16px.png",
        "19": "icons\/19px.png",
        "32": "icons\/32px.png",
        "38": "icons\/38px.png",
        "48": "icons\/48px.png",
        "128": "icons\/128px.png"
    }
}