Confetti Party

Confetti all over the screen at the touch of a button.

Confetti Party क्या है?

Confetti Party Christos Keramitsis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Confetti all over the screen at the touch of a button."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Confetti Party एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Fires confetti all over your screen.

Modes:
- Confetti on every mouse click
- Party Popper
- Fireworks
- School Pride

Sourcecode: https://github.com/keramitsis/confetti-party-webextension

CHANGELOG
[Version 1.1]
- Improved error popup styling
- Fixed "About"-Links not opening in new tab

[Version 1.0]
- 🥳Release                    

एक्सटेंशन की मूल जानकारी

नाम Confetti Party Confetti Party
ID bghldpghadhfaihknpmccpnbjkmgbkbh
आधिकारिक URL https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh
विवरण Confetti all over the screen at the touch of a button.
फ़ाइल का आकार 26.91 KB
स्थापना संख्या 391
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-07-19
प्रकाशन तिथि 2022-07-14
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Christos Keramitsis
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Confetti Party",
    "description": "Confetti all over the screen at the touch of a button.",
    "version": "1.1",
    "homepage_url": "https:\/\/github.com\/keramitsis\/confetti-party-webextension",
    "icons": {
        "16": "icons\/party-face-16.png",
        "48": "icons\/party-face-48.png",
        "128": "icons\/party-face-128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_icon": "icons\/party-face-32.png",
        "default_title": "Confetti",
        "default_popup": "popup\/confetti_popup.html"
    }
}