Customize Facebook Style

Create an interesting experience and show your personal style by customizing Facebook color and background photo.

¿Qué es Customize Facebook Style?

Customize Facebook Style es una extensión de Chrome desarrollada por https://pbion.com, y su función principal es "Create an interesting experience and show your personal style by customizing Facebook color and background photo.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Customize Facebook Style

Descarga archivos de extensión Customize Facebook Style 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

                        This tool supports changing colors and background images of Facebook.

The demo interface is available.

Version 2.0.5: Highlight icons                    

Información Básica de la Extensión

Nombre Customize Facebook Style Customize Facebook Style
ID mjfipghbahcmkabjkeflpcickedokppl
URL Oficial https://chromewebstore.google.com/detail/customize-facebook-style/mjfipghbahcmkabjkeflpcickedokppl
Descripción Create an interesting experience and show your personal style by customizing Facebook color and background photo.
Tamaño del Archivo 1.04 MB
Cantidad de Instalaciones 829
Versión Actual 2.0.5
Última Actualización 2019-05-07
Fecha de Publicación 2019-05-07
Calificación 4.41/5 Total de 51 Calificaciones
Desarrollador https://pbion.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://fbion.com
URL de la Página de Política de Privacidad https://pbion.com/privacy-policy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/analytics.js",
            "js\/jquery.js",
            "js\/demo.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Create an interesting experience and show your personal style by customizing Facebook color and background photo.",
    "icons": {
        "128": "logo128.png",
        "16": "logo16.png",
        "48": "logo48.png",
        "64": "logo64.png"
    },
    "manifest_version": 2,
    "name": "Customize Facebook Style",
    "permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.fbion.com\/*",
        "tabs",
        "storage"
    ],
    "short_name": "Customize Facebook Style",
    "version": "2.0.5",
    "version_name": "2.0.5"
}