Customize Facebook Style

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

Apa itu Customize Facebook Style?

Customize Facebook Style adalah ekstensi Chrome yang dikembangkan oleh https://pbion.com, dan fitur utamanya adalah "Create an interesting experience and show your personal style by customizing Facebook color and background photo.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Customize Facebook Style

Unduh file ekstensi Customize Facebook Style dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This tool supports changing colors and background images of Facebook.

The demo interface is available.

Version 2.0.5: Highlight icons                    

Informasi Dasar Ekstensi

Nama Customize Facebook Style Customize Facebook Style
ID mjfipghbahcmkabjkeflpcickedokppl
URL Resmi https://chromewebstore.google.com/detail/customize-facebook-style/mjfipghbahcmkabjkeflpcickedokppl
Deskripsi Create an interesting experience and show your personal style by customizing Facebook color and background photo.
Ukuran File 1.04 MB
Jumlah Instalasi 829
Versi Saat Ini 2.0.5
Terakhir Diperbarui 2019-05-07
Tanggal Publikasi 2019-05-07
Penilaian 4.41/5 Total 51 Penilaian
Pengembang https://pbion.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://fbion.com
URL Halaman Kebijakan Privasi https://pbion.com/privacy-policy.html
Bahasa yang Didukung 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"
}