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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pbion.com และคุณลักษณะหลักของมันคือ "Create an interesting experience and show your personal style by customizing Facebook color and background photo."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Customize Facebook Style

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
}