Confetti for Chrome

Spray confetti all over your screen with just one click.

Apa itu Confetti for Chrome?

Confetti for Chrome adalah ekstensi Chrome yang dikembangkan oleh Kiby Technologies, LLC, dan fitur utamanya adalah "Spray confetti all over your screen with just one click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Confetti for Chrome

Unduh file ekstensi Confetti for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Changes:
v1.0.0 
First Release🎉                    

Informasi Dasar Ekstensi

Nama Confetti for Chrome Confetti for Chrome
ID knflpmgfmaenjpdglffjjfgfelpacoca
URL Resmi https://chrome.google.com/webstore/detail/knflpmgfmaenjpdglffjjfgfelpacoca
Deskripsi Spray confetti all over your screen with just one click.
Ukuran File 43.16 KB
Jumlah Instalasi 3,461
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-11-28
Tanggal Publikasi 2020-11-24
Penilaian 3.83/5 Total 6 Penilaian
Pengembang Kiby Technologies, LLC
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view
Bahasa yang Didukung 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
}