Bão FB

Ứng dụng sẽ giúp bạn tự động thả cảm xúc trên FB

Bão FB란 무엇입니까?

Bão FB은(는) cafe5hsang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ứng dụng sẽ giúp bạn tự động thả cảm xúc trên FB"입니다.

확장 프로그램 스크린샷

screenshot

Bão FB 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ứng dụng sẽ giúp bạn tự động thả cảm xúc trên facebook:
- Chạy trên tường nhà bạn bè, nhóm, trang...
- Có thể chạy ẩn trên tab khác.
- Hiển thị danh sách bạn bè dựa trên sự tương tác, có thể dùng để lọc bạn bè.
- Nhóm hỗ trợ nhận ý kiến góp ý về tính năng.                    

확장 프로그램 기본 정보

이름 Bão FB Bão FB
ID ejakbfkohknajnlijibhoeonmonnafcp
공식 URL https://chromewebstore.google.com/detail/b%C3%A3o-fb/ejakbfkohknajnlijibhoeonmonnafcp
설명 Ứng dụng sẽ giúp bạn tự động thả cảm xúc trên FB
파일 크기 236 KB
설치 횟수 1,429
현재 버전 2.1.1
최근 업데이트 2023-05-30
출시 날짜 2018-09-05
평점 4.84/5 총 25 개의 평점
개발자 cafe5hsang
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://forms.gle/w6H6JoDJ2tze5peX8
도움말 페이지 URL https://forms.gle/w6H6JoDJ2tze5peX8
개인정보 보호 정책 페이지 URL https://sites.google.com/view/bao-facebook/ch%C3%ADnh-s%C3%A1ch-quy%E1%BB%81n-ri%C3%AAng-t%C6%B0
지원되는 언어 vi
manifest.json
{
    "action": {
        "default_icon": {
            "19": "icon\/icon19.png",
            "38": "icon\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "B\u00e3o FB"
    },
    "description": "\u1ee8ng d\u1ee5ng s\u1ebd gi\u00fap b\u1ea1n t\u1ef1 \u0111\u1ed9ng th\u1ea3 c\u1ea3m x\u00fac tr\u00ean FB",
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png"
    },
    "manifest_version": 3,
    "name": "B\u00e3o FB",
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.facebook.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.1",
    "content_scripts": [
        {
            "js": [
                "js\/content_script.js",
                "libs\/bootstrap.min.js",
                "libs\/jquery.min.js"
            ],
            "css": [
                "libs\/bootstrap.min.css",
                "css\/style.css"
            ],
            "matches": [
                "https:\/\/m.facebook.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content_script_icon.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup_inject.html",
                "icon_float_inject.html",
                "icon\/*"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ]
}