Customize Facebook Style

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

Cos'è Customize Facebook Style?

Customize Facebook Style è un'estensione di Chrome sviluppata da https://pbion.com, e la sua funzione principale è "Create an interesting experience and show your personal style by customizing Facebook color and background photo.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Customize Facebook Style

Scarica i file di estensione Customize Facebook Style in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This tool supports changing colors and background images of Facebook.

The demo interface is available.

Version 2.0.5: Highlight icons                    

Informazioni di Base sull'Estensione

Nome Customize Facebook Style Customize Facebook Style
ID mjfipghbahcmkabjkeflpcickedokppl
URL Ufficiale https://chromewebstore.google.com/detail/customize-facebook-style/mjfipghbahcmkabjkeflpcickedokppl
Descrizione Create an interesting experience and show your personal style by customizing Facebook color and background photo.
Dimensione del File 1.04 MB
Conteggio Installazioni 829
Versione Corrente 2.0.5
Ultimo Aggiornamento 2019-05-07
Data di Pubblicazione 2019-05-07
Valutazione 4.41/5 Totale 51 Valutazioni
Sviluppatore https://pbion.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fbion.com
URL della Pagina della Politica sulla Privacy https://pbion.com/privacy-policy.html
Lingue Supportate 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"
}