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?

Better Social: Get Facebook Alerts & Fonts是由https://stephanekouadio.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Better Social: Get Facebook Alerts & Fonts扩展crx文件

下载Better Social: Get Facebook Alerts & Fonts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Better Social: Get Facebook Alerts & Fonts Better Social: Get Facebook Alerts & Fonts
ID lodnfcjkieajnelomlbdgbghgbbicflg
官方URL https://chromewebstore.google.com/detail/better-social-get-faceboo/lodnfcjkieajnelomlbdgbghgbbicflg
简介 Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.
文件大小 344 KB
安装次数 472
当前版本 10.0.2
更新时间 2020-12-26
上架时间 2020-03-10
评分 4.26/5 共19次评分
开发者 https://stephanekouadio.blogspot.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://stephanekouadio.blogspot.fr/p/facefont.html
帮助页面URL http://stephanekouadio.blogspot.fr/p/facefont.html
支持的语言 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'"
}