Color Themes for Facebook

Color Themes for Facebook

Color Themes for Facebookคืออะไร?

Color Themes for Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Helen Florez และคุณลักษณะหลักของมันคือ "Color Themes for Facebook"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color Themes for Facebook

ดาวน์โหลดไฟล์ส่วนขยาย Color Themes for Facebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Color themes for Facebook is an add-on that applies custom themes to Facebook.
Unlike many apps, it works on the NEW Facebook website.

Features:
- 24 preset color themes including light and dark themes. High contrast
- Make your custom theme: two background colors, several text colors, chat colors 
- Changes FB like buttons all over the web
- Works on Facebook.com and Messenger.com
- Auto-hide left and right menus, auto-hide chat                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Color Themes for Facebook Color Themes for Facebook
ID akcmmnpacjobndnaleljkfhjfkgehghi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/color-themes-for-facebook/akcmmnpacjobndnaleljkfhjfkgehghi
คำอธิบาย Color Themes for Facebook
ขนาดไฟล์ 257 KB
จำนวนการติดตั้ง 1,885,157
เวอร์ชันปัจจุบัน 1.1.9
อัปเดตครั้งล่าสุด 2020-10-07
วันที่เผยแพร่ 2020-08-21
คะแนน 4.64/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Helen Florez
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.notion.so/Privacy-Policy-a0edbe4f783d443fb6157c8d98d0ebc5
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "inject.js"
            ],
            "match_about_blank": true,
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.messenger.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "likes.js"
            ],
            "match_about_blank": true,
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "options_page": "settings.html",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/*.google-analytics.com https:\/\/*.googleapis.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "\/styles\/*.css"
    ],
    "version": "1.1.9"
}