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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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
}