Customize Facebook Style

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

O que é Customize Facebook Style?

Customize Facebook Style é uma extensão do Chrome desenvolvida por https://pbion.com, e sua principal característica é "Create an interesting experience and show your personal style by customizing Facebook color and background photo.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Customize Facebook Style

Baixe arquivos de extensão Customize Facebook Style 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

                        This tool supports changing colors and background images of Facebook.

The demo interface is available.

Version 2.0.5: Highlight icons                    

Informações Básicas da Extensão

Nome Customize Facebook Style Customize Facebook Style
ID mjfipghbahcmkabjkeflpcickedokppl
URL Oficial https://chromewebstore.google.com/detail/customize-facebook-style/mjfipghbahcmkabjkeflpcickedokppl
Descrição Create an interesting experience and show your personal style by customizing Facebook color and background photo.
Tamanho do Arquivo 1.04 MB
Contagem de Instalações 829
Versão Atual 2.0.5
Última Atualização 2019-05-07
Data de Publicação 2019-05-07
Classificação 4.41/5 Total de 51 Avaliações
Desenvolvedor https://pbion.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fbion.com
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\/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"
}