Utility for Facebook

Utility for Facebook to improve Facebook user's experience and more

Utility for Facebookคืออะไร?

Utility for Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 2Red - Nguyen Truong An และคุณลักษณะหลักของมันคือ "Utility for Facebook to improve Facebook user's experience and more"

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

screenshot
screenshot

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

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

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

                        Author: 2Red-Nguyen Truong An

Features
*Security*
- Turn on profile picture guard
- Protect your avatar

*Counting features*
- Facebook Kount: Message rankings are based on friends

*Scaning features*
+ Group and page management
- Leave multiple/all groups that you joined
- Unlike multiple/all pages that you liked

*See the first message*
- A feature help you see the first message you sent to your friend

*Download video from Facebook*
- A feature help you download video from Facebook

*Custom theme*
- A feature help you customize the web interface at your discretion

*Extra features*
- Stop load more new feed
- Count the time you spend on facebook

*Donations*
Utility for Facebook is free to use.
If you like Utility for Facebook and want to help ensure its further development, please consider contributing: https://2red.github.io/utility-for-facebook/#donate                    

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

ชื่อ Utility for Facebook Utility for Facebook
ID bindlhahkbeopbjgjkhihjkanlebkoma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/utility-for-facebook/bindlhahkbeopbjgjkhihjkanlebkoma
คำอธิบาย Utility for Facebook to improve Facebook user's experience and more
ขนาดไฟล์ 1.64 MB
จำนวนการติดตั้ง 649
เวอร์ชันปัจจุบัน 6.0.0
อัปเดตครั้งล่าสุด 2023-03-16
วันที่เผยแพร่ 2020-06-22
คะแนน 3.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา 2Red - Nguyen Truong An
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://2red.github.io/utility-for-facebook/
URL หน้านโยบายความเป็นส่วนตัว https://2red.github.io/utility-for-facebook/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Utility for Facebook",
    "short_name": "UFF",
    "description": "Utility for Facebook to improve Facebook user's experience and more",
    "version": "6.0.0",
    "author": "2Red - Nguyen Truong An",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "notifications",
        "cookies",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/fb.watch\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule-1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/facebook.js",
                "js\/timer.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "action": [],
    "manifest_version": 3
}