Color Changer for Facebook™
A simple customizer for Facebook™ - change the color scheme, upload image as background to create a better Facebook™ experience.
Color Changer for Facebook™とは何ですか?
Color Changer for Facebook™はspacewebaccによって開発されたChromeの拡張機能で、その主な機能は「A simple customizer for Facebook™ - change the color scheme, upload image as background to create a better Facebook™ experience.」です。
拡張機能のスクリーンショット
Color Changer for Facebook™拡張機能のCRXファイルをダウンロード
Color Changer for Facebook™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make It Better - Easy and functional customizer for Facebook ™.
Change color scheme of Fb ™ to any that you want to create a better Facebook ™ experience.
Customize your Facebook ™:
- Change Header color;
- Change Background color;
- Change Text color;
- Upload your own image as a Background.
Create your own unique theme for Facebook ™ and enjoy the result!
After installing this extension, go to Facebook ™ and click on the extension icon in the right-top corner of the browser to open the control panel.
Facebook™ is a trademark of Facebook™ Inc. This extension, namely "Make Facebook™ Better" has no connection to Facebook ™ inc. 拡張機能の基本情報
| 名前 | |
| ID | blfkmmfngackeejimehjkmendglnabnm |
| 公式URL | https://chromewebstore.google.com/detail/color-changer-for-faceboo/blfkmmfngackeejimehjkmendglnabnm |
| 説明 | A simple customizer for Facebook™ - change the color scheme, upload image as background to create a better Facebook™ experience. |
| ファイルサイズ | 202 KB |
| インストール数 | 11,346 |
| 現在のバージョン | 2.5.3 |
| 最終更新日 | 2023-10-26 |
| 公開日 | 2020-05-21 |
| 評価 | 4.38/5 合計 29 レビュー |
| 開発者 | spacewebacc |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://sites.google.com/view/make-better/privacy |
| 対応言語 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"background": {
"scripts": [
"libs\/jquery.js",
"background.js"
]
},
"browser_action": {
"default_icon": "assets\/icons\/on.png",
"default_popup": "popup\/index.html"
},
"content_scripts": [
{
"js": [
"content\/app.js",
"content\/worker.js",
"content\/worker\/colorizer.js",
"content\/run.js"
],
"matches": [
"*:\/\/*.facebook.com\/*"
],
"run_at": "document_start"
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"128": "assets\/icons\/icon-128.png",
"16": "assets\/icons\/icon-16.png",
"48": "assets\/icons\/icon-48.png",
"64": "assets\/icons\/icon-64.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm+ewob+i0q0T+Mr6W\/BxUYm0\/8nSeDeN2DuhxnZi01YmOX7DTVNI9qrpz55rqejq8\/l2io1ug4r0ZcbmDbekop3x4igcwJDknX\/kRB0H6HnyLBlR2gpmgwQqVeWXyIN45UsY7TBJ1Sj5+IF9U2NVq4szIZRM5etdw2zk9qKhWdt+Z9i4oRObFoBoU1Sf2ScS5BLlf3fVf1gqb1NtQ6xBG3CM0dSW3sI0Zf777Qv++UQ\/EI3r4blC6VDf6ckMlWc3HW8OSfbeeaQvnZsdU1tMj\/BMTtbqTm2qn4Iq\/RxUg0QHlrZ2lQj1rl8WEisTPstWMnhrjSui5oe\/eU\/jhaW1XwIDAQAB",
"manifest_version": 2,
"name": "__MSG_name__",
"permissions": [
"*:\/\/*.facebook.com\/*",
"tabs",
"storage"
],
"short_name": "__MSG_short_name__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.5.3",
"version_name": "2.5.3",
"web_accessible_resources": [
"resources\/*"
]
} | |