Color Changer for Facebook™

A simple customizer for Facebook™ - change the color scheme, upload image as background to create a better Facebook™ experience.

Color Changer for Facebook™란 무엇입니까?

Color Changer for Facebook™은(는) spacewebacc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple customizer for Facebook™ - change the color scheme, upload image as background to create a better Facebook™ experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Color Changer for Facebook™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Make It Better - Easy and functional customizer for Facebook ™.
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;
- Upload your own image as a Background.

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

After installing this extension, go to Facebook ™ and click on the extension icon in the right-top corner of the browser to open the control panel.

Facebook™ is a trademark of Facebook™ Inc. This  extension, namely "Make Facebook™ Better" has no connection to Facebook ™ inc.                    

확장 프로그램 기본 정보

이름 Color Changer for Facebook™ Color Changer for Facebook™
ID blfkmmfngackeejimehjkmendglnabnm
공식 URL https://chromewebstore.google.com/detail/color-changer-for-faceboo/blfkmmfngackeejimehjkmendglnabnm
설명 A simple customizer for Facebook™ - change the color scheme, upload image as background to create a better Facebook™ experience.
파일 크기 202 KB
설치 횟수 11,346
현재 버전 2.5.3
최근 업데이트 2023-10-26
출시 날짜 2020-05-21
평점 4.38/5 총 29 개의 평점
개발자 spacewebacc
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/make-better/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icons\/on.png",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content\/app.js",
                "content\/worker.js",
                "content\/worker\/colorizer.js",
                "content\/run.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "assets\/icons\/icon-128.png",
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png",
        "64": "assets\/icons\/icon-64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm+ewob+i0q0T+Mr6W\/BxUYm0\/8nSeDeN2DuhxnZi01YmOX7DTVNI9qrpz55rqejq8\/l2io1ug4r0ZcbmDbekop3x4igcwJDknX\/kRB0H6HnyLBlR2gpmgwQqVeWXyIN45UsY7TBJ1Sj5+IF9U2NVq4szIZRM5etdw2zk9qKhWdt+Z9i4oRObFoBoU1Sf2ScS5BLlf3fVf1gqb1NtQ6xBG3CM0dSW3sI0Zf777Qv++UQ\/EI3r4blC6VDf6ckMlWc3HW8OSfbeeaQvnZsdU1tMj\/BMTtbqTm2qn4Iq\/RxUg0QHlrZ2lQj1rl8WEisTPstWMnhrjSui5oe\/eU\/jhaW1XwIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "tabs",
        "storage"
    ],
    "short_name": "__MSG_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.3",
    "version_name": "2.5.3",
    "web_accessible_resources": [
        "resources\/*"
    ]
}