Better Social: Get Facebook Alerts & Fonts

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

¿Qué es Better Social: Get Facebook Alerts & Fonts?

Better Social: Get Facebook Alerts & Fonts es una extensión de Chrome desarrollada por https://stephanekouadio.blogspot.com, y su función principal es "Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Better Social: Get Facebook Alerts & Fonts

Descarga archivos de extensión Better Social: Get Facebook Alerts & Fonts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Better Social: Get Facebook Alerts & Fonts Better Social: Get Facebook Alerts & Fonts
ID lodnfcjkieajnelomlbdgbghgbbicflg
URL Oficial https://chromewebstore.google.com/detail/better-social-get-faceboo/lodnfcjkieajnelomlbdgbghgbbicflg
Descripción Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.
Tamaño del Archivo 344 KB
Cantidad de Instalaciones 472
Versión Actual 10.0.2
Última Actualización 2020-12-26
Fecha de Publicación 2020-03-10
Calificación 4.26/5 Total de 19 Calificaciones
Desarrollador https://stephanekouadio.blogspot.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://stephanekouadio.blogspot.fr/p/facefont.html
URL de la Página de Ayuda http://stephanekouadio.blogspot.fr/p/facefont.html
Idiomas Soportados 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'"
}