CCFF - Color Changer and Style for Facebook

Change the color scheme and codes! The best style change extension.

CCFF - Color Changer and Style for Facebookคืออะไร?

CCFF - Color Changer and Style for Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OneLove และคุณลักษณะหลักของมันคือ "Change the color scheme and codes! The best style change extension."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CCFF - Color Changer and Style for Facebook

ดาวน์โหลดไฟล์ส่วนขยาย CCFF - Color Changer and Style for Facebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        CCFF - Color Changer and Style for Facebook is a browser extension for Chrome.

About 80 Facebook theme presets are included and we will update and add more and more themes for you. But you can also create your own themes, synchronized with every computer you use.

Change color scheme of Fb to any that you want to create a better Facebook experience.

Customize your Facebook:
- Change Header color;
- Change Background color;
- Change Text color;

Create your own unique theme for Facebook and enjoy the result!

Features of Color Changer for Facebook:
✔ 80 Facebook Theme Presets
✔ Change Header & Background Color
✔ Change every Text Color
✔ Change Border & Button Colors
✔ Simple and clear interface to apply your themes
✔ Share your Facebook Themes with other users
✔ Create your own themes and sync them to every computer


Disclaimer: This Chrome extension is about CCFF - Color Changer and Style for Facebook and has no affiliations with the popular social network website Facebook. All copyrights belong to their respective owners. Facebook doesn’t endorse or sponsor this Chrome extension. This Chrome extension is not owned by, is not licensed by and is not a subsidiary of Facebook Inc. Facebook, the Facebook and F Logos, FB, Face, Poke, Book, Messenger and Wall are trademark of Facebook Inc. The content of this Chrome extension is not supplied or reviewed by Facebook Inc. All articles, images, logos and trademarks in this Chrome extension are property of their respective owners.
Save to Facebook, Social Fixer for Facebook, Dark & Night Theme for Facebook, Background Changer                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CCFF - Color Changer and Style for Facebook CCFF - Color Changer and Style for Facebook
ID oiaagginejbfkknjkaebcklpcialikbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ccff-color-changer-and-st/oiaagginejbfkknjkaebcklpcialikbh
คำอธิบาย Change the color scheme and codes! The best style change extension.
ขนาดไฟล์ 180 KB
จำนวนการติดตั้ง 644
เวอร์ชันปัจจุบัน 3.0.3
อัปเดตครั้งล่าสุด 2021-06-28
วันที่เผยแพร่ 2019-09-01
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา OneLove
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://is-top.ru/privacy.html
ภาษาที่รองรับ en,ru
manifest.json
{
    "background": {
        "scripts": [
            "script\/jquery.min.js",
            "script\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "script\/jquery.min.js",
                "script\/themes.js",
                "script\/content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_APP_DESCRIPTION__",
    "icons": {
        "128": "icons\/128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_APP_NAME__",
    "permissions": [
        "",
        "tabs",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "__MSG_APP_NAME__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.3"
}