Custom Background Facebook Theme

Easiest way to change your Facebook background. More than 100+ free background image available.

¿Qué es Custom Background Facebook Theme?

Custom Background Facebook Theme es una extensión de Chrome desarrollada por https://pbion.com, y su función principal es "Easiest way to change your Facebook background. More than 100+ free background image available.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Custom Background Facebook Theme

Descarga archivos de extensión Custom Background Facebook Theme 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

                        Easily change the background image for Facebook.

Update 2.0.4: Upload background image.

More than 160+ free background image available.                    

Información Básica de la Extensión

Nombre Custom Background Facebook Theme Custom Background Facebook Theme
ID mhjpdgjkmckidkfehlmlnpoilmhmjdbb
URL Oficial https://chromewebstore.google.com/detail/custom-background-faceboo/mhjpdgjkmckidkfehlmlnpoilmhmjdbb
Descripción Easiest way to change your Facebook background. More than 100+ free background image available.
Tamaño del Archivo 31.09 MB
Cantidad de Instalaciones 1,606
Versión Actual 2.0.4
Última Actualización 2020-03-02
Fecha de Publicación 2020-03-01
Calificación 3.08/5 Total de 39 Calificaciones
Desarrollador https://pbion.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://fbion.com/en/how-to-change-background-facebook.html
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\/core.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html",
        "default_title": "Custom Background Facebook Theme"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/content.css",
                "css\/bg1.css",
                "css\/bg2.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Easiest way to change your Facebook background. More than 100+ free background image available.",
    "icons": {
        "128": "logo128.png",
        "16": "logo16.png",
        "48": "logo48.png"
    },
    "manifest_version": 2,
    "name": "Custom Background Facebook Theme",
    "permissions": [
        "tabs",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.fbion.com\/*"
    ],
    "short_name": "Custom Background Facebook Theme",
    "web_accessible_resources": [
        "\/images\/*.png",
        "\/images\/*.jpg"
    ],
    "version": "2.0.4",
    "version_name": "2.0.4"
}