Better Social: Get Facebook Alerts & Fonts

Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.

Better Social: Get Facebook Alerts & Fonts là gì?

Better Social: Get Facebook Alerts & Fonts là một tiện ích mở rộng Chrome được phát triển bởi https://stephanekouadio.blogspot.com, và tính năng chính của nó là "Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better Social: Get Facebook Alerts & Fonts

Tải xuống các tệp mở rộng Better Social: Get Facebook Alerts & Fonts 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

                        Better Social (former Facefont) improves your daily use of Facebook. Customize the font of your Facebook posts, get instantly notified in your browser when a new notification arrives on Facebook, and more.                    

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

Tên Better Social: Get Facebook Alerts & Fonts Better Social: Get Facebook Alerts & Fonts
ID lodnfcjkieajnelomlbdgbghgbbicflg
URL Chính Thức https://chromewebstore.google.com/detail/better-social-get-faceboo/lodnfcjkieajnelomlbdgbghgbbicflg
Mô tả Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.
Kích Thước Tệp 344 KB
Số Lần Cài Đặt 472
Phiên Bản Hiện Tại 10.0.2
Cập Nhật Lần Cuối 2020-12-26
Ngày Phát Hành 2020-03-10
Đánh Giá 4.26/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://stephanekouadio.blogspot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://stephanekouadio.blogspot.fr/p/facefont.html
URL Trang Trợ Giúp http://stephanekouadio.blogspot.fr/p/facefont.html
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extension_brief_description__",
    "version": "10.0.2",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-32.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extension_full_name__",
    "permissions": [
        "notifications",
        "tabs",
        "https:\/\/*.facebook.com\/*"
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        "*.js",
        "*.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "facefont_cs.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}