Customize Facebook Style
Create an interesting experience and show your personal style by customizing Facebook color and background photo.
Wat is Customize Facebook Style?
Customize Facebook Style is een Chrome-extensie ontwikkeld door https://pbion.com, en de belangrijkste functie is "Create an interesting experience and show your personal style by customizing Facebook color and background photo.".
Extensie Screenshots
Download het CRX-bestand van de extensie Customize Facebook Style
Download Customize Facebook Style-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        This tool supports changing colors and background images of Facebook.
The demo interface is available.
Version 2.0.5: Highlight icons                     Basisinformatie over de Extensie
| Naam |   |  
| ID | mjfipghbahcmkabjkeflpcickedokppl | 
| Officiële URL | https://chromewebstore.google.com/detail/customize-facebook-style/mjfipghbahcmkabjkeflpcickedokppl | 
| Beschrijving | Create an interesting experience and show your personal style by customizing Facebook color and background photo. | 
| Bestandsgrootte | 1.04 MB | 
| Aantal Installaties | 829 | 
| Huidige Versie | 2.0.5 | 
| Laatst Bijgewerkt | 2019-05-07 | 
| Publicatiedatum | 2019-05-07 | 
| Beoordeling | 4.41/5 Totaal 51 Beoordelingen | 
| Ontwikkelaar | https://pbion.com | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://fbion.com | 
| URL van de Privacybeleid Pagina | https://pbion.com/privacy-policy.html | 
| Ondersteunde Talen | 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"
}  |  |