Custom Background Facebook Theme
Easiest way to change your Facebook background. More than 100+ free background image available.
Was ist Custom Background Facebook Theme?
Custom Background Facebook Theme ist eine Chrome-Erweiterung, die von https://pbion.com entwickelt wurde, und ihr Hauptmerkmal ist "Easiest way to change your Facebook background. More than 100+ free background image available.".
Erweiterungsscreenshots
Custom Background Facebook Theme-Erweiterungs-CRX-Datei herunterladen
Laden Sie Custom Background Facebook Theme-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
Easily change the background image for Facebook.
Update 2.0.4: Upload background image.
More than 160+ free background image available. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mhjpdgjkmckidkfehlmlnpoilmhmjdbb |
| Offizielle URL | https://chromewebstore.google.com/detail/custom-background-faceboo/mhjpdgjkmckidkfehlmlnpoilmhmjdbb |
| Beschreibung | Easiest way to change your Facebook background. More than 100+ free background image available. |
| Dateigröße | 31.09 MB |
| Installationsanzahl | 1,606 |
| Aktuelle Version | 2.0.4 |
| Letztes Update | 2020-03-02 |
| Veröffentlichungsdatum | 2020-03-01 |
| Bewertung | 3.08/5 Insgesamt 39 Bewertungen |
| Entwickler | https://pbion.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://fbion.com/en/how-to-change-background-facebook.html |
| 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\/core.js",
"js\/background.js"
]
},
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html",
"default_title": "Custom Background Facebook Theme"
},
"content_scripts": [
{
"all_frames": false,
"css": [
"css\/content.css",
"css\/bg1.css",
"css\/bg2.css"
],
"js": [
"js\/jquery.js",
"js\/content.js"
],
"matches": [
"https:\/\/*.facebook.com\/*"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"description": "Easiest way to change your Facebook background. More than 100+ free background image available.",
"icons": {
"128": "logo128.png",
"16": "logo16.png",
"48": "logo48.png"
},
"manifest_version": 2,
"name": "Custom Background Facebook Theme",
"permissions": [
"tabs",
"https:\/\/*.facebook.com\/*",
"https:\/\/*.fbion.com\/*"
],
"short_name": "Custom Background Facebook Theme",
"web_accessible_resources": [
"\/images\/*.png",
"\/images\/*.jpg"
],
"version": "2.0.4",
"version_name": "2.0.4"
} | |