Custom Background Facebook Theme

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

Τι είναι το Custom Background Facebook Theme;

Το Custom Background Facebook Theme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pbion.com, και η κύρια λειτουργία του είναι "Easiest way to change your Facebook background. More than 100+ free background image available.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Custom Background Facebook Theme

Λήψη αρχείων επέκτασης Custom Background Facebook Theme σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Easily change the background image for Facebook.

Update 2.0.4: Upload background image.

More than 160+ free background image available.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Custom Background Facebook Theme Custom Background Facebook Theme
ID mhjpdgjkmckidkfehlmlnpoilmhmjdbb
Επίσημο URL https://chromewebstore.google.com/detail/custom-background-faceboo/mhjpdgjkmckidkfehlmlnpoilmhmjdbb
Περιγραφή Easiest way to change your Facebook background. More than 100+ free background image available.
Μέγεθος Αρχείου 31.09 MB
Αριθμός Εγκαταστάσεων 1,606
Τρέχουσα Έκδοση 2.0.4
Τελευταία Ενημέρωση 2020-03-02
Ημερομηνία Δημοσίευσης 2020-03-01
Αξιολόγηση 3.08/5 Συνολικά 39 Αξιολογήσεις
Προγραμματιστής https://pbion.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://fbion.com/en/how-to-change-background-facebook.html
URL της Σελίδας Πολιτικής Απορρήτου https://pbion.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες 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"
}