Color & Background Changer for Facebook

Facebook in NEW Colors & Backgrounds you choose! You can Customize Facebook Layout, Hide Sections or change Facebook colors.

Color & Background Changer for Facebook là gì?

Color & Background Changer for Facebook là một tiện ích mở rộng Chrome được phát triển bởi ABP Interactive, và tính năng chính của nó là "Facebook in NEW Colors & Backgrounds you choose! You can Customize Facebook Layout, Hide Sections or change Facebook colors.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Color & Background Changer for Facebook

Tải xuống các tệp mở rộng Color & Background Changer for Facebook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        THE COOLEST extension which REALLY helps you CHANGE FACEBOOK COLORS and even CHANGE FACEBOOK BACKGROUND! You also have tons of other cool options!

+ Filter your News Feed Sections
+ See Stories inside Mobile Box so you can still chat while watching stories
+ Display a cool digital watch/clock instead of Suggested Games in Sidebar

You can NOW change the entire Color Theme of Facebook, changing the blue menu bar into VERY NICE glossy colors and your own custom FACEBOOK BACKGROUND!

You can hide left-side menus from your Facebook News Feed such as Apps, Groups, Pages, Interests, Games!

We DON'T collect/send ANY private information from you or Facebook. We DON'T hack or perform any attacks to see this data. Your FB is safe! 

For demonstrative and educational purposes only. The "Color & Background Changer for Facebook" extension is provided as is, without guarantees of any kind, data loss due to the use/misuse of this software alone or in conjunction with other software is not to be attributed to the developer. By installing and using this extension, you agree that you reached legal age of majority according to your jurisdiction, to not violate any applicable law, to not harm or bring damage of any kind to other parties and you agree to deem the extension creator exempt from any liability, duty or obligation of any legal nature and you agree to hold full responsibility for using this software and for any possible outcome. This extension is not linked to or sponsored by Facebook in any way, nor do we endorse the company/logo or the use/misuse of their service. We do not hold legal or moral responsibility for the advertisements that you might see in system rich notifications, all legal tenure is to be held by the advertising provider. This extension uses cookies to store user preferences or other data needed to properly run - by installing and/or using the extension, you agree to cookies being stored on the machine used in this process.  All legal, ownership and/or distribution rights for the images, trademarks or other content used to promote this extension or in conjunction with such purposes, are attributed to their respective owners.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Color & Background Changer for Facebook Color & Background Changer for Facebook
ID decbdoicebaebmdhcidopehehgjfclon
URL Chính Thức https://chrome.google.com/webstore/detail/color-background-changer/decbdoicebaebmdhcidopehehgjfclon
Mô tả Facebook in NEW Colors & Backgrounds you choose! You can Customize Facebook Layout, Hide Sections or change Facebook colors.
Kích Thước Tệp 89.14 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2019-09-15
Ngày Phát Hành 2019-09-15
Đánh Giá 3.63/5 Tổng số 16 Đánh Giá
Nhà Phát Triển ABP Interactive
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://bitsellx.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color & Background Changer for Facebook",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Facebook in NEW Colors & Backgrounds you choose! You can Customize Facebook Layout, Hide Sections or change Facebook colors.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Color & Background Changer for Facebook"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "icons\/*",
        "css\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}