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
公式URL 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
Eメール [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"
}