Flappyrobot

Make your friend list bigger and valuable with a single click

Flappyrobot란 무엇입니까?

Flappyrobot은(는) Flappyrobot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make your friend list bigger and valuable with a single click"입니다.

확장 프로그램 스크린샷

screenshot

Flappyrobot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Become friend with everyone!                    

확장 프로그램 기본 정보

이름 Flappyrobot Flappyrobot
ID geogfhkkdjabkmonciimchookppahjkk
공식 URL https://chromewebstore.google.com/detail/flappyrobot/geogfhkkdjabkmonciimchookppahjkk
설명 Make your friend list bigger and valuable with a single click
파일 크기 1003 KB
설치 횟수 15
현재 버전 2.5.5
최근 업데이트 2023-04-12
출시 날짜 2022-12-20
개발자 Flappyrobot
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://flappyrobot.com/
도움말 페이지 URL https://www.messenger.com/t/100088800283767
개인정보 보호 정책 페이지 URL https://policy.flappyrobot.com/your-privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flappyrobot",
    "version": "2.5.5",
    "description": "Make your friend list bigger and valuable with a single click",
    "short_name": "F",
    "icons": {
        "16": "images\/639cb9705419d00ead9f6cff-Flappyrobot-1671224396463-small_icon.png",
        "48": "images\/639cb9705419d00ead9f6cff-Flappyrobot-1671224396522-medium_icon.png",
        "128": "images\/639cb9705419d00ead9f6cff-Flappyrobot-1671224396573-large_icon.png"
    },
    "action": {
        "default_title": "Flappyrobot"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                ".\/arrive.js",
                "js\/contentScriptBundle.js",
                ".\/jquery.bpopup.min.js"
            ],
            "css": [
                "assets\/content.inj.css",
                "assets\/jquery.toast.min.css",
                "assets\/chosen.css",
                "assets\/jquery-ui.css",
                "css\/customCss.css",
                "assets\/bootstrap-tagsinput.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "unlimitedStorage",
        "clipboardRead",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "https:\/\/z7c5j0fjy8.execute-api.us-east-2.amazonaws.com\/dev\/tiersai",
        "https:\/\/*.friendconnector.io\/"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "images\/*",
                "js\/*",
                "css\/*"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}