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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}