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 |
Eメール | [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" } |