Confetti for Chrome

Spray confetti all over your screen with just one click.

ما هو Confetti for Chrome؟

Confetti for Chrome هو إضافة Chrome تم تطويرها بواسطة Kiby Technologies, LLC، والميزة الرئيسية لها هي "Spray confetti all over your screen with just one click.".

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

screenshot

تحميل ملف CRX للإضافة Confetti for Chrome

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

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

                        With Confetti for Chrome, blast your entire screen with colorful confetti by just a clicking the confetti icon.

Changes:
v1.0.0 
First Release🎉                    

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

الاسم Confetti for Chrome Confetti for Chrome
ID knflpmgfmaenjpdglffjjfgfelpacoca
عنوان URL الرسمي https://chrome.google.com/webstore/detail/knflpmgfmaenjpdglffjjfgfelpacoca
الوصف Spray confetti all over your screen with just one click.
حجم الملف 43.16 KB
عدد التثبيتات 3,461
النسخة الحالية 1.0.1
آخر تحديث 2020-11-28
تاريخ النشر 2020-11-24
تقييم 3.83/5 مجموع تقييمات 6
المطور Kiby Technologies, LLC
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confetti for Chrome",
    "version": "1.0.1",
    "description": "Spray confetti all over your screen with just one click.",
    "permissions": [
        "activeTab",
        "tabs",
        "browserAction"
    ],
    "background": {
        "scripts": [
            "scripts\/lib\/hot-reload.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/*",
        "stylesheets\/project-sky-stylesheet.css"
    ],
    "browser_action": [],
    "icons": {
        "16": "images\/logo\/confetti-16.png",
        "32": "images\/logo\/confetti-32.png",
        "48": "images\/logo\/confetti-48.png",
        "128": "images\/logo\/confetti-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self';",
    "manifest_version": 2
}