Customize Facebook Style
Create an interesting experience and show your personal style by customizing Facebook color and background photo.
Was ist Customize Facebook Style?
Customize Facebook Style ist eine Chrome-Erweiterung, die von https://pbion.com entwickelt wurde, und ihr Hauptmerkmal ist "Create an interesting experience and show your personal style by customizing Facebook color and background photo.".
Erweiterungsscreenshots
Customize Facebook Style-Erweiterungs-CRX-Datei herunterladen
Laden Sie Customize Facebook Style-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This tool supports changing colors and background images of Facebook.
The demo interface is available.
Version 2.0.5: Highlight icons Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mjfipghbahcmkabjkeflpcickedokppl |
| Offizielle URL | https://chromewebstore.google.com/detail/customize-facebook-style/mjfipghbahcmkabjkeflpcickedokppl |
| Beschreibung | Create an interesting experience and show your personal style by customizing Facebook color and background photo. |
| Dateigröße | 1.04 MB |
| Installationsanzahl | 829 |
| Aktuelle Version | 2.0.5 |
| Letztes Update | 2019-05-07 |
| Veröffentlichungsdatum | 2019-05-07 |
| Bewertung | 4.41/5 Insgesamt 51 Bewertungen |
| Entwickler | https://pbion.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://fbion.com |
| URL der Datenschutzrichtlinien-Seite | https://pbion.com/privacy-policy.html |
| Unterstützte Sprachen | 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"
} | |