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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}