Customize Facebook Style

Create an interesting experience and show your personal style by customizing Facebook color and background photo.

Co to jest Customize Facebook Style?

Customize Facebook Style to rozszerzenie Chrome opracowane przez https://pbion.com, a jego główną funkcją jest „Create an interesting experience and show your personal style by customizing Facebook color and background photo.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Customize Facebook Style

Pobierz pliki rozszerzeń Customize Facebook Style w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This tool supports changing colors and background images of Facebook.

The demo interface is available.

Version 2.0.5: Highlight icons                    

Podstawowe informacje o rozszerzeniu

Nazwa Customize Facebook Style Customize Facebook Style
ID mjfipghbahcmkabjkeflpcickedokppl
Oficjalny URL https://chromewebstore.google.com/detail/customize-facebook-style/mjfipghbahcmkabjkeflpcickedokppl
Opis Create an interesting experience and show your personal style by customizing Facebook color and background photo.
Rozmiar pliku 1.04 MB
Liczba instalacji 829
Aktualna Wersja 2.0.5
Ostatnia Aktualizacja 2019-05-07
Data Publikacji 2019-05-07
Ocena 4.41/5 Łącznie 51 Oceny
Deweloper https://pbion.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://fbion.com
Adres URL Strony Polityki Prywatności https://pbion.com/privacy-policy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/analytics.js",
            "js\/jquery.js",
            "js\/demo.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Create an interesting experience and show your personal style by customizing Facebook color and background photo.",
    "icons": {
        "128": "logo128.png",
        "16": "logo16.png",
        "48": "logo48.png",
        "64": "logo64.png"
    },
    "manifest_version": 2,
    "name": "Customize Facebook Style",
    "permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.fbion.com\/*",
        "tabs",
        "storage"
    ],
    "short_name": "Customize Facebook Style",
    "version": "2.0.5",
    "version_name": "2.0.5"
}