Custom Background Facebook Theme
Easiest way to change your Facebook background. More than 100+ free background image available.
What is Custom Background Facebook Theme?
Custom Background Facebook Theme is a Chrome extension developed by https://pbion.com, and its main feature is "Easiest way to change your Facebook background. More than 100+ free background image available.".
Extension Screenshots
Download Custom Background Facebook Theme Extension CRX File
Download Custom Background Facebook Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Easily change the background image for Facebook. Update 2.0.4: Upload background image. More than 160+ free background image available.
Extension Basic Information
Name | Custom Background Facebook Theme |
ID | mhjpdgjkmckidkfehlmlnpoilmhmjdbb |
Official URL | https://chromewebstore.google.com/detail/custom-background-faceboo/mhjpdgjkmckidkfehlmlnpoilmhmjdbb |
Description | Easiest way to change your Facebook background. More than 100+ free background image available. |
File Size | 31.09 MB |
Installation Count | 1,606 |
Current Version | 2.0.4 |
Last Updated | 2020-03-02 |
Publish Date | 2020-03-01 |
Rating | 3.08/5 Total 39 Ratings |
Developer | https://pbion.com |
[email protected] | |
Payment Type | free |
Extension Website | https://fbion.com/en/how-to-change-background-facebook.html |
Privacy Policy Page URL | https://pbion.com/privacy-policy.html |
Supported Languages | 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" } |