Custom Background Facebook Theme
Easiest way to change your Facebook background. More than 100+ free background image available.
Vad är Custom Background Facebook Theme?
Custom Background Facebook Theme är en Chrome-tillägg utvecklad av https://pbion.com, och dess huvudfunktion är "Easiest way to change your Facebook background. More than 100+ free background image available.".
Tilläggsskärmbilder
Ladda ner Custom Background Facebook Theme-förlängningens CRX-fil
Ladda ner Custom Background Facebook Theme-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Easily change the background image for Facebook. Update 2.0.4: Upload background image. More than 160+ free background image available.
Grundläggande Information om Tillägg
Namn | Custom Background Facebook Theme |
ID | mhjpdgjkmckidkfehlmlnpoilmhmjdbb |
Officiell webbadress | https://chromewebstore.google.com/detail/custom-background-faceboo/mhjpdgjkmckidkfehlmlnpoilmhmjdbb |
Beskrivning | Easiest way to change your Facebook background. More than 100+ free background image available. |
Filstorlek | 31.09 MB |
Antal Installationer | 1,606 |
Aktuell Version | 2.0.4 |
Senast Uppdaterad | 2020-03-02 |
Publiceringsdatum | 2020-03-01 |
Betyg | 3.08/5 Totalt 39 Betyg |
Utvecklare | https://pbion.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://fbion.com/en/how-to-change-background-facebook.html |
URL till Sekretesspolicy Sidan | https://pbion.com/privacy-policy.html |
Stödda Språk | 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" } |