Color Themes for Facebook™
Change the Color Scheme of Your Facebook.
Color Themes for Facebook™คืออะไร?
Color Themes for Facebook™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://color-changer.freebusinessapps.net และคุณลักษณะหลักของมันคือ "Change the Color Scheme of Your Facebook."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color Themes for Facebook™
ดาวน์โหลดไฟล์ส่วนขยาย Color Themes for Facebook™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
About 300 Facebook theme presets are included using Material Design Color System. In few clicks you can customize your social media using your faworite color scheme. ★ Features of Color Themes for Facebook: ✔ About 300 Theme Presets ✔ Using Material Design Color System ✔ Change Header & Background Color ✔ Change every Text Color ✔ Change Border & Button Colors ✔ Simple and clear interface to apply your themes ✔ Create your own themes ================================================ Facebook™ is a trademark of Facebook Inc., registered in the U.S. and other countries. This is an independent project developed by me and has no relationship to Facebook™ ================================================ Disclaimer: This Chrome extension is about making your own color theme for the social network website Facebook and has no affiliations with Facebook. All copyrights belong to their respective owners. Facebook doesn’t endorse or sponsor this Chrome extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Color Themes for Facebook™ |
ID | oohbdcphbnpnoohnbddhcfplalanfbmm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/color-themes-for-facebook/oohbdcphbnpnoohnbddhcfplalanfbmm |
คำอธิบาย | Change the Color Scheme of Your Facebook. |
ขนาดไฟล์ | 173 KB |
จำนวนการติดตั้ง | 2,660 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2024-01-22 |
วันที่เผยแพร่ | 2020-05-13 |
คะแนน | 4.55/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | https://color-changer.freebusinessapps.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://color-changer.freebusinessapps.net/ |
URL หน้าช่วยเหลือ | https://color-changer.freebusinessapps.net/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freebusinessapps.net/privacy |
ภาษาที่รองรับ | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Simple Apps", "background": { "service_worker": "\/js\/launch.js" }, "action": { "default_icon": { "16": "img\/16.png", "64": "img\/19.png" }, "default_popup": "popup.html", "default_title": "__MSG_app_name__" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/themes.js", "js\/content.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "__MSG_APP_DESCRIPTION__", "homepage_url": "https:\/\/color-changer.freebusinessapps.net", "icons": { "128": "img\/128.png", "16": "img\/16.png", "48": "img\/48.png" }, "manifest_version": 3, "name": "__MSG_APP_NAME__", "offline_enabled": true, "permissions": [ "tabs", "storage" ], "short_name": "__MSG_APP_NAME__", "version": "3.0.0" } |