Customize Facebook Style

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

什麼是Customize Facebook Style?

Customize Facebook Style是由https://pbion.com開發的Chrome擴展程式,該擴展的主要功能是“Create an interesting experience and show your personal style by customizing Facebook color and background photo.”。

擴展截圖

screenshot
screenshot

下載Customize Facebook Style擴展crx文件

下載Customize Facebook Style擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This tool supports changing colors and background images of Facebook.

The demo interface is available.

Version 2.0.5: Highlight icons                    

擴展基本資訊

名稱 Customize Facebook Style Customize Facebook Style
ID mjfipghbahcmkabjkeflpcickedokppl
官方網址 https://chromewebstore.google.com/detail/customize-facebook-style/mjfipghbahcmkabjkeflpcickedokppl
簡介 Create an interesting experience and show your personal style by customizing Facebook color and background photo.
檔案大小 1.04 MB
安裝次數 829
目前版本 2.0.5
更新時間 2019-05-07
上架時間 2019-05-07
評分 4.41/5 共 51 次評分
開發者 https://pbion.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://fbion.com
隱私政策頁面URL https://pbion.com/privacy-policy.html
支援的語言 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"
}