Materiable

Custom Material Design of Facebook

Materiable là gì?

Materiable là một tiện ích mở rộng Chrome được phát triển bởi Arif-Un, và tính năng chính của nó là "Custom Material Design of Facebook".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Materiable

Tải xuống các tệp mở rộng Materiable 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

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

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

Tên Materiable Materiable
ID aoaoiammnldamfapaiejppjneffdplip
URL Chính Thức https://chromewebstore.google.com/detail/materiable/aoaoiammnldamfapaiejppjneffdplip
Mô tả Custom Material Design of Facebook
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-10-31
Ngày Phát Hành 2019-10-30
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Arif-Un
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}