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是由https://pbion.com开发的Chrome扩展程序,该扩展的主要功能是“Easiest way to change your Facebook background. More than 100+ free background image available.”。
扩展截图
下载Custom Background Facebook Theme扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
} | |