Custom Background Facebook Theme

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

O que é Custom Background Facebook Theme?

Custom Background Facebook Theme é uma extensão do Chrome desenvolvida por https://pbion.com, e sua principal característica é "Easiest way to change your Facebook background. More than 100+ free background image available.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Custom Background Facebook Theme

Baixe arquivos de extensão Custom Background Facebook Theme no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Easily change the background image for Facebook.

Update 2.0.4: Upload background image.

More than 160+ free background image available.                    

Informações Básicas da Extensão

Nome Custom Background Facebook Theme Custom Background Facebook Theme
ID mhjpdgjkmckidkfehlmlnpoilmhmjdbb
URL Oficial https://chromewebstore.google.com/detail/custom-background-faceboo/mhjpdgjkmckidkfehlmlnpoilmhmjdbb
Descrição Easiest way to change your Facebook background. More than 100+ free background image available.
Tamanho do Arquivo 31.09 MB
Contagem de Instalações 1,606
Versão Atual 2.0.4
Última Atualização 2020-03-02
Data de Publicação 2020-03-01
Classificação 3.08/5 Total de 39 Avaliações
Desenvolvedor https://pbion.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fbion.com/en/how-to-change-background-facebook.html
URL da Página de Política de Privacidade https://pbion.com/privacy-policy.html
Idiomas Suportados 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"
}