LessBook - Minimal dark facebook theme

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

LessBook - Minimal dark facebook theme là gì?

LessBook - Minimal dark facebook theme là một tiện ích mở rộng Chrome được phát triển bởi Amit Friedberg, và tính năng chính của nó là "modern Facebook design (Inspired by Twitter's feed) - page loads faster - no sidebars - flat desing (no shadows, no…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LessBook - Minimal dark facebook theme

Tải xuống các tệp mở rộng LessBook - Minimal dark facebook theme dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LessBook - Minimal dark facebook theme LessBook - Minimal dark facebook theme
ID dbceamokdciaphimigjbikddhmiiceie
URL Chính Thức https://chromewebstore.google.com/detail/lessbook-minimal-dark-fac/dbceamokdciaphimigjbikddhmiiceie
Mô tả modern Facebook design (Inspired by Twitter's feed) - page loads faster - no sidebars - flat desing (no shadows, no…
Kích Thước Tệp 59.89 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2020-05-07
Ngày Phát Hành 2020-05-06
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Amit Friedberg
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://amitos80.github.io/
URL Trang Trợ Giúp https://github.com/amitos80/less/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}