Customize Facebook Style
Create an interesting experience and show your personal style by customizing Facebook color and background photo.
什么是Customize Facebook Style?
Customize Facebook Style是由https://pbion.com开发的Chrome扩展程序,该扩展的主要功能是“Create an interesting experience and show your personal style by customizing Facebook color and background photo.”。
扩展截图
下载Customize Facebook Style扩展crx文件
下载Customize Facebook Style扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool supports changing colors and background images of Facebook. The demo interface is available. Version 2.0.5: Highlight icons
扩展基本信息
名称 | Customize Facebook Style |
ID | mjfipghbahcmkabjkeflpcickedokppl |
官方URL | https://chromewebstore.google.com/detail/customize-facebook-style/mjfipghbahcmkabjkeflpcickedokppl |
简介 | Create an interesting experience and show your personal style by customizing Facebook color and background photo. |
文件大小 | 1.04 MB |
安装次数 | 829 |
当前版本 | 2.0.5 |
更新时间 | 2019-05-07 |
上架时间 | 2019-05-07 |
评分 | 4.41/5 共51次评分 |
开发者 | https://pbion.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://fbion.com |
隐私政策页面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\/demo.js", "js\/background.js" ] }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Create an interesting experience and show your personal style by customizing Facebook color and background photo.", "icons": { "128": "logo128.png", "16": "logo16.png", "48": "logo48.png", "64": "logo64.png" }, "manifest_version": 2, "name": "Customize Facebook Style", "permissions": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.fbion.com\/*", "tabs", "storage" ], "short_name": "Customize Facebook Style", "version": "2.0.5", "version_name": "2.0.5" } |