Custom Background Facebook Theme
Easiest way to change your Facebook background. More than 100+ free background image available.
Cos'è Custom Background Facebook Theme?
Custom Background Facebook Theme è un'estensione di Chrome sviluppata da https://pbion.com, e la sua funzione principale è "Easiest way to change your Facebook background. More than 100+ free background image available.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Custom Background Facebook Theme
Scarica i file di estensione Custom Background Facebook Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Easily change the background image for Facebook.
Update 2.0.4: Upload background image.
More than 160+ free background image available. Informazioni di Base sull'Estensione
| Nome | |
| ID | mhjpdgjkmckidkfehlmlnpoilmhmjdbb |
| URL Ufficiale | https://chromewebstore.google.com/detail/custom-background-faceboo/mhjpdgjkmckidkfehlmlnpoilmhmjdbb |
| Descrizione | Easiest way to change your Facebook background. More than 100+ free background image available. |
| Dimensione del File | 31.09 MB |
| Conteggio Installazioni | 1,606 |
| Versione Corrente | 2.0.4 |
| Ultimo Aggiornamento | 2020-03-02 |
| Data di Pubblicazione | 2020-03-01 |
| Valutazione | 3.08/5 Totale 39 Valutazioni |
| Sviluppatore | https://pbion.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://fbion.com/en/how-to-change-background-facebook.html |
| URL della Pagina della Politica sulla Privacy | https://pbion.com/privacy-policy.html |
| Lingue Supportate | 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"
} | |