Utility for Facebook

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

Utility for Facebook란 무엇입니까?

Utility for Facebook은(는) 2Red - Nguyen Truong An에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Utility for Facebook to improve Facebook user's experience and more"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Utility for Facebook 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}