Custom Background Facebook Theme

Easiest way to change your Facebook background. More than 100+ free background image available.

Qu'est-ce que Custom Background Facebook Theme ?

Custom Background Facebook Theme est une extension Chrome développée par https://pbion.com, et sa fonction principale est "Easiest way to change your Facebook background. More than 100+ free background image available.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Custom Background Facebook Theme

Téléchargez les fichiers d'extension Custom Background Facebook Theme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Easily change the background image for Facebook.

Update 2.0.4: Upload background image.

More than 160+ free background image available.                    

Informations de Base sur l'Extension

Nom Custom Background Facebook Theme Custom Background Facebook Theme
ID mhjpdgjkmckidkfehlmlnpoilmhmjdbb
URL Officiel https://chromewebstore.google.com/detail/custom-background-faceboo/mhjpdgjkmckidkfehlmlnpoilmhmjdbb
Description Easiest way to change your Facebook background. More than 100+ free background image available.
Taille du Fichier 31.09 MB
Nombre d'Installations 1,606
Version Actuelle 2.0.4
Dernière Mise à Jour 2020-03-02
Date de Publication 2020-03-01
Évaluation 3.08/5 Total 39 Évaluations
Développeur https://pbion.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fbion.com/en/how-to-change-background-facebook.html
URL de la Page de Politique de Confidentialité https://pbion.com/privacy-policy.html
Langues Prises en Charge 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"
}