Custom Background Facebook Theme

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

什麼是Custom Background Facebook Theme?

Custom Background Facebook Theme是由https://pbion.com開發的Chrome擴展程式,該擴展的主要功能是“Easiest way to change your Facebook background. More than 100+ free background image available.”。

擴展截圖

screenshot

下載Custom Background Facebook Theme擴展crx文件

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

擴展使用說明

                        Easily change the background image for Facebook.

Update 2.0.4: Upload background image.

More than 160+ free background image available.                    

擴展基本資訊

名稱 Custom Background Facebook Theme Custom Background Facebook Theme
ID mhjpdgjkmckidkfehlmlnpoilmhmjdbb
官方網址 https://chromewebstore.google.com/detail/custom-background-faceboo/mhjpdgjkmckidkfehlmlnpoilmhmjdbb
簡介 Easiest way to change your Facebook background. More than 100+ free background image available.
檔案大小 31.09 MB
安裝次數 1,606
目前版本 2.0.4
更新時間 2020-03-02
上架時間 2020-03-01
評分 3.08/5 共 39 次評分
開發者 https://pbion.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://fbion.com/en/how-to-change-background-facebook.html
隱私政策頁面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\/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"
}