LessBook - Minimal dark facebook theme

modern Facebook design (Inspired by Twitter's feed) - page loads faster - no sidebars - flat desing (no shadows, no…

What is LessBook - Minimal dark facebook theme?

LessBook - Minimal dark facebook theme is a Chrome extension developed by Amit Friedberg, and its main feature is "modern Facebook design (Inspired by Twitter's feed) - page loads faster - no sidebars - flat desing (no shadows, no…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download LessBook - Minimal dark facebook theme Extension CRX File

Download LessBook - Minimal dark facebook theme 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

                        modern Facebook design (Inspired by Twitter's feed)
 - page loads faster
 - no sidebars
 - flat desing (no shadows, no border-radiuses)
 - no ticker 
 - bigger video player                    

Extension Basic Information

Name LessBook - Minimal dark facebook theme LessBook - Minimal dark facebook theme
ID dbceamokdciaphimigjbikddhmiiceie
Official URL https://chromewebstore.google.com/detail/lessbook-minimal-dark-fac/dbceamokdciaphimigjbikddhmiiceie
Description modern Facebook design (Inspired by Twitter's feed) - page loads faster - no sidebars - flat desing (no shadows, no…
File Size 59.89 KB
Installation Count 10
Current Version 0.1.5
Last Updated 2020-05-07
Publish Date 2020-05-06
Rating 5.00/5 Total 3 Ratings
Developer Amit Friedberg
Email [email protected]
Payment Type free
Extension Website https://amitos80.github.io/
Help Page URL https://github.com/amitos80/less/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "",
    "version": "0.1.5",
    "name": "LessBook - Minimal dark facebook theme",
    "short_name": "LessBook",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "less - better fb experience",
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "*:\/\/m.facebook.com\/",
        "*:\/\/*.facebook.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/m.facebook.com\/*",
                "https:\/\/m.facebook.com\/*",
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "background.bundle.js"
            ],
            "css": [
                "background.css"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "icon_38x38.png",
        "icon_19x19.png"
    ]
}