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
Eメール [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'"
}