Custom Themes for Facebook

Turn the classic Facebook design into a stylish one with a single click.

Custom Themes for Facebook क्या है?

Custom Themes for Facebook https://fb.style द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn the classic Facebook design into a stylish one with a single click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Custom Themes for Facebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Have you been looking for Facebook themes that work on every page?
Then this extension is created just for you!

Each theme has separate settings for LIGHT and DARK mode, which means the choice is yours.
You can also easily customize the chosen theme, with 4 switches - even more freedom of choice.

Four switchable modules:
✔ custom color of interface elements
✔ font color
✔ custom font
✔ use photo or live wallpaper.

That's right, there are also many themes with live wallpapers in our catalog.

We strive to diversify our catalog with both trendy themes and classic designs. Here is everything you need to change the Facebook layout design:
★ Anime
★ Abstract
★ Games
★ Space and Sci-Fi
★ Fantasy
★ Memes
★ Roblox
★ Minecraft
★ Nature
and many other categories.

Check back often, the catalog is updated every day.



DISCLAIMER
The "Custom themes for Facebook" extension is not affiliated with, endorsed by, or in any way officially connected with Facebook, Inc. The use of the Facebook name, logo, or any related materials are for illustrative purposes only. The extension is entirely free and we do not sell anything on our website.                    

एक्सटेंशन की मूल जानकारी

नाम Custom Themes for Facebook Custom Themes for Facebook
ID pefgphdggljhndebojpgacimdmngmjho
आधिकारिक URL https://chromewebstore.google.com/detail/custom-themes-for-faceboo/pefgphdggljhndebojpgacimdmngmjho
विवरण Turn the classic Facebook design into a stylish one with a single click.
फ़ाइल का आकार 820 KB
स्थापना संख्या 333
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-12-01
प्रकाशन तिथि 2023-10-20
रेटिंग 4.96/5 कुल 141 रेटिंग्स
डेवलपर https://fb.style
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://fb.style/contact-us
गोपनीयता नीति पृष्ठ URL https://fb.style/privacy-policy
समर्थित भाषाएँ 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": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.0.0",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.fb.style\/*"
    ],
    "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"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "js\/content_fb.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.fb.style\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "js\/content_site.js"
            ]
        }
    ],
    "icons": {
        "16": "\/icons\/16x16.png",
        "32": "\/icons\/32x32.png",
        "48": "\/icons\/48x48.png",
        "64": "\/icons\/64x64.png",
        "128": "\/icons\/128x128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.fb.style\/*"
        ]
    }
}