Flappyrobot

Make your friend list bigger and valuable with a single click

Flappyrobotคืออะไร?

Flappyrobot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Flappyrobot และคุณลักษณะหลักของมันคือ "Make your friend list bigger and valuable with a single click"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flappyrobot

ดาวน์โหลดไฟล์ส่วนขยาย Flappyrobot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}