Confetti for Chrome

Spray confetti all over your screen with just one click.

Vad är Confetti for Chrome?

Confetti for Chrome är en Chrome-tillägg utvecklad av Kiby Technologies, LLC, och dess huvudfunktion är "Spray confetti all over your screen with just one click.".

Tilläggsskärmbilder

screenshot

Ladda ner Confetti for Chrome-förlängningens CRX-fil

Ladda ner Confetti for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Changes:
v1.0.0 
First Release🎉                    

Grundläggande Information om Tillägg

Namn Confetti for Chrome Confetti for Chrome
ID knflpmgfmaenjpdglffjjfgfelpacoca
Officiell webbadress https://chrome.google.com/webstore/detail/knflpmgfmaenjpdglffjjfgfelpacoca
Beskrivning Spray confetti all over your screen with just one click.
Filstorlek 43.16 KB
Antal Installationer 3,461
Aktuell Version 1.0.1
Senast Uppdaterad 2020-11-28
Publiceringsdatum 2020-11-24
Betyg 3.83/5 Totalt 6 Betyg
Utvecklare Kiby Technologies, LLC
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view
Stödda Språk 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
}