Utility for Facebook

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

Utility for Facebook क्या है?

Utility for Facebook 2Red - Nguyen Truong An द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Utility for Facebook to improve Facebook user's experience and more"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Utility for Facebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
गोपनीयता नीति पृष्ठ 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
}