Customize Facebook Style

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

What is Customize Facebook Style?

Customize Facebook Style is a Chrome extension developed by https://pbion.com, and its main feature is "Create an interesting experience and show your personal style by customizing Facebook color and background photo.".

Extension Screenshots

screenshot
screenshot

Download Customize Facebook Style Extension CRX File

Download Customize Facebook Style extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This tool supports changing colors and background images of Facebook.

The demo interface is available.

Version 2.0.5: Highlight icons                    

Extension Basic Information

Name Customize Facebook Style Customize Facebook Style
ID mjfipghbahcmkabjkeflpcickedokppl
Official URL https://chromewebstore.google.com/detail/customize-facebook-style/mjfipghbahcmkabjkeflpcickedokppl
Description Create an interesting experience and show your personal style by customizing Facebook color and background photo.
File Size 1.04 MB
Installation Count 829
Current Version 2.0.5
Last Updated 2019-05-07
Publish Date 2019-05-07
Rating 4.41/5 Total 51 Ratings
Developer https://pbion.com
Email [email protected]
Payment Type free
Extension Website https://fbion.com
Privacy Policy Page URL https://pbion.com/privacy-policy.html
Supported Languages 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"
}