Flip a Coin

Decide your arguments the mature way: flip a coin!

ما هو Flip a Coin؟

Flip a Coin هو إضافة Chrome تم تطويرها بواسطة OakTree، والميزة الرئيسية لها هي "Decide your arguments the mature way: flip a coin!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Flip a Coin

قم بتنزيل ملفات الامتداد Flip a Coin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A simple way to resolve complex quarrels; click the button to flip the coin!                    

معلومات أساسية عن التمديد

الاسم Flip a Coin Flip a Coin
ID cpmgcjkcggfgbacdoolpebfapohhciip
عنوان URL الرسمي https://chromewebstore.google.com/detail/flip-a-coin/cpmgcjkcggfgbacdoolpebfapohhciip
الوصف Decide your arguments the mature way: flip a coin!
حجم الملف 740 KB
عدد التثبيتات 38
النسخة الحالية 4.1
آخر تحديث 2022-10-21
تاريخ النشر 2022-10-18
المطور OakTree
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flip a Coin",
    "description": "Decide your arguments the mature way: flip a coin!",
    "version": "4.1",
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                "https:\/\/web-accessible-resources-1.glitch.me\/*"
            ]
        },
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                "https:\/\/web-accessible-resources-2.glitch.me\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}