Materiable

Custom Material Design of Facebook

What is Materiable?

Materiable is a Chrome extension developed by Arif-Un, and its main feature is "Custom Material Design of Facebook".

Extension Screenshots

screenshot
screenshot

Download Materiable Extension CRX File

Download Materiable extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Materiable Materiable
ID aoaoiammnldamfapaiejppjneffdplip
Official URL https://chromewebstore.google.com/detail/materiable/aoaoiammnldamfapaiejppjneffdplip
Description Custom Material Design of Facebook
File Size 103 KB
Installation Count 13
Current Version 1.0
Last Updated 2019-10-31
Publish Date 2019-10-30
Rating 5.00/5 Total 4 Ratings
Developer Arif-Un
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}