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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pbion.com และคุณลักษณะหลักของมันคือ "Easiest way to change your Facebook background. More than 100+ free background image available."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom Background Facebook Theme

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}