Flutter

Ever found yourself in a situation where you match someone really nice on Tinder and you just stare at that “Send a message” button…

Flutterคืออะไร?

Flutter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kappa.London และคุณลักษณะหลักของมันคือ "Ever found yourself in a situation where you match someone really nice on Tinder and you just stare at that “Send a message” button…"

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

screenshot
screenshot

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

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

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

                        Ever found yourself in a situation where you match someone really nice on Tinder and you just stare at that “Send a message” button like it’s alien?

Well, we made something that could help. We just launched a new Chrome extension: Flutter, a database full of icebreakers and conversation warmers that could help you start a chat with that nice match of yours.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Flutter Flutter
ID gdkpljnhlcoeikcehfdfndagahmhcpnd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/flutter/gdkpljnhlcoeikcehfdfndagahmhcpnd
คำอธิบาย Ever found yourself in a situation where you match someone really nice on Tinder and you just stare at that “Send a message” button…
ขนาดไฟล์ 599 KB
จำนวนการติดตั้ง 89
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-08-21
วันที่เผยแพร่ 2021-08-21
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Kappa.London
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://kappa.london/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flutter",
    "version": "1.0.0",
    "description": "",
    "permissions": [
        "storage",
        "*:\/\/*\/*",
        "file:\/\/*\/*",
        "tabs",
        "https:\/\/api.eu.mailgun.net\/*"
    ],
    "browser_action": {
        "default_title": "Auto Messager",
        "default_icon": "tinder128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/constants-34201a1a.js",
                "assets\/buttons-836937fd.js",
                "assets\/emojis-465a9eb9.js",
                "assets\/chat-22b43e16.js",
                "assets\/icebreakers.utils-0a798eba.js",
                "assets\/icebreakers-59a201d2.js",
                "assets\/saved-messages-582a91f3.js",
                "assets\/heartwarmers-2495797c.js",
                "assets\/panels-9990b1b5.js",
                "assets\/content-efce6b73.js"
            ],
            "css": [
                "style\/style.css",
                "style\/chat.css",
                "style\/saved-messages.css",
                "style\/heartwarmers.css",
                "style\/icebreakers.css",
                "style\/modal.css"
            ],
            "matches": [
                "https:\/\/*.tinder.com\/*"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/rate.utils-eeea180a.js",
            "assets\/sort.utils-fc861595.js",
            "assets\/background-5aeee333.js"
        ]
    },
    "web_accessible_resources": [
        "assets\/*",
        "chunks\/rate.utils-d6c86d5e.js",
        "chunks\/buttons-aa6fa3a3.js",
        "content\/constants.js",
        "content\/buttons.js",
        "content\/emojis.js",
        "content\/chat.js",
        "content\/panels\/icebreakers\/icebreakers.utils.js",
        "content\/panels\/icebreakers\/icebreakers.js",
        "content\/panels\/saved-messages\/saved-messages.js",
        "content\/panels\/heartwarmers\/heartwarmers.js",
        "content\/panels\/panels.js",
        "content\/content.js"
    ],
    "content_security_policy": "script-src 'self'; script-src-elem 'self' https:\/\/www.gstatic.com\/firebasejs\/8.2.3\/firebase-app.js https:\/\/www.gstatic.com\/firebasejs\/8.2.3\/firebase-database.js https:\/\/*.firebasedatabase.app; object-src 'none'"
}