Material Freebox OS

Redesign de l'interface de Freebox OS

What is Material Freebox OS?

Material Freebox OS is a Chrome extension developed by Quentin S., and its main feature is "Redesign de l'interface de Freebox OS".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Material Freebox OS Extension CRX File

Download Material Freebox OS 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

                        Améliorez le design de Freebox OS grâce à Material Freebox OS !

Installez l'extension puis accédez à Freebox OS comme d'habitude, et profitez d'un design épuré et totalement revu.

Material Freebox OS se base sur les principes et guildelines Material Design (implémentées par Android et Chrome OS).

Le projet est open-source, n'hésitez pas à contribuer : https://github.com/chteuchteu/Material-Freebox-OS                    

Extension Basic Information

Name Material Freebox OS Material Freebox OS
ID lhdfonhgkclaigpfmclbahllambeednh
Official URL https://chromewebstore.google.com/detail/material-freebox-os/lhdfonhgkclaigpfmclbahllambeednh
Description Redesign de l'interface de Freebox OS
File Size 3.32 MB
Installation Count 3,446
Current Version 2.6.0
Last Updated 2018-03-07
Publish Date 2018-03-07
Rating 4.60/5 Total 57 Ratings
Developer Quentin S.
Email [email protected]
Payment Type free
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Material Freebox OS",
    "description": "Redesign de l'interface de Freebox OS",
    "version": "2.6.0",
    "icons": {
        "16": "data\/img\/icon-16x16.png",
        "32": "data\/img\/icon-32x32.png",
        "48": "data\/img\/icon-48x48.png",
        "64": "data\/img\/icon-64x64.png",
        "90": "data\/img\/icon-90x90.png",
        "128": "data\/img\/icon-128x128.png",
        "256": "data\/img\/icon-256x256.png"
    },
    "author": "Quentin S.",
    "browser_action": {
        "default_popup": "data\/browser-action\/index.html",
        "default_icon": {
            "18": "data\/img\/icon-18x18.png",
            "19": "data\/img\/icon-19x19.png",
            "32": "data\/img\/icon-32x32.png",
            "36": "data\/img\/icon-36x36.png",
            "38": "data\/img\/icon-38x38.png",
            "64": "data\/img\/icon-64x64.png"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mafreebox.freebox.fr\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "data\/js\/material-freebox-os.js",
                "data\/js\/injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "data\/js\/material-freebox-os.js",
        "data\/js\/content-script.js",
        "data\/img\/mdi-check.png",
        "data\/img\/wallpaper*.jpg",
        "data\/css\/style.css",
        "data\/css\/fonts\/roboto.css",
        "data\/css\/fonts\/materialdesignicons.css"
    ]
}