Themes for Facebook

Enhance your Facebook experience: custom styles, animated backgrounds, fonts, and vibrant colors!

Themes for Facebook란 무엇입니까?

Themes for Facebook은(는) https://fb.zone에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your Facebook experience: custom styles, animated backgrounds, fonts, and vibrant colors!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Themes for Facebook 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🌈 Elevate your Facebook experience with our cutting-edge Chrome extension that offers a delightful visual transformation. Immerse yourself in a world of endless customization possibilities with a diverse selection of 48 thematic categories, ranging from mesmerizing space landscapes to captivating abstract art, the soothing beauty of nature, and the festive spirit of holidays.

🎞 But we don't stop at just themes – we've taken it a step further. Picture a dynamic, animated video background that breathes life into your Facebook feed, turning it into an engaging canvas of creativity. Our extension empowers you to select from a wide array of fonts and colors, allowing you to curate your very own personalized Facebook style.

While this extension introduces a fresh and vibrant aesthetic to your Facebook page, rest assured that all your familiar interface elements remain intact. Your navigation and functionality are preserved, ensuring a seamless and intuitive user experience.

Disclaimer: It's important to note that this project is an independent endeavor and is not officially affiliated with Facebook™. However, we are dedicated to enhancing your Facebook journey by providing a visually immersive and captivating environment that you can call your own.                    

확장 프로그램 기본 정보

이름 Themes for Facebook Themes for Facebook
ID oodajhdbojacdmkhkiafdhicifcdjoig
공식 URL https://chromewebstore.google.com/detail/themes-for-facebook/oodajhdbojacdmkhkiafdhicifcdjoig
설명 Enhance your Facebook experience: custom styles, animated backgrounds, fonts, and vibrant colors!
파일 크기 108 KB
설치 횟수 8,403
현재 버전 2.7
최근 업데이트 2023-12-19
출시 날짜 2020-05-27
평점 4.88/5 총 431 개의 평점
개발자 https://fb.zone
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fb.zone
도움말 페이지 URL https://fb.zone/feedback
지원되는 언어 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Themes for Facebook",
    "version": "2.7",
    "default_locale": "en",
    "description": "Enhance your Facebook experience: custom styles, animated backgrounds, fonts, and vibrant colors!",
    "background": {
        "service_worker": "js\/background\/init.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "\/icons\/16x16.png",
        "32": "\/icons\/32x32.png",
        "48": "\/icons\/48x48.png",
        "64": "\/icons\/64x64.png",
        "128": "\/icons\/128x128.png",
        "256": "\/icons\/256x256.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_app_popup__",
        "default_icon": {
            "16": "\/icons\/16x16.png",
            "32": "\/icons\/32x32.png",
            "48": "\/icons\/48x48.png",
            "64": "\/icons\/64x64.png",
            "128": "\/icons\/128x128.png",
            "256": "\/icons\/256x256.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/content\/content.js"
            ],
            "matches": [
                "*:\/\/*.fb.zone\/*",
                "*:\/\/*.facebook.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.fb.zone\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}