Custom Background Facebook Theme
Easiest way to change your Facebook background. More than 100+ free background image available.
Wat is Custom Background Facebook Theme?
Custom Background Facebook Theme is een Chrome-extensie ontwikkeld door https://pbion.com, en de belangrijkste functie is "Easiest way to change your Facebook background. More than 100+ free background image available.".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom Background Facebook Theme
Download Custom Background Facebook Theme-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
Easily change the background image for Facebook.
Update 2.0.4: Upload background image.
More than 160+ free background image available. Basisinformatie over de Extensie
| Naam | |
| ID | mhjpdgjkmckidkfehlmlnpoilmhmjdbb |
| Officiële URL | https://chromewebstore.google.com/detail/custom-background-faceboo/mhjpdgjkmckidkfehlmlnpoilmhmjdbb |
| Beschrijving | Easiest way to change your Facebook background. More than 100+ free background image available. |
| Bestandsgrootte | 31.09 MB |
| Aantal Installaties | 1,606 |
| Huidige Versie | 2.0.4 |
| Laatst Bijgewerkt | 2020-03-02 |
| Publicatiedatum | 2020-03-01 |
| Beoordeling | 3.08/5 Totaal 39 Beoordelingen |
| Ontwikkelaar | https://pbion.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://fbion.com/en/how-to-change-background-facebook.html |
| 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\/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"
} | |