Confetti Rain

Confetti rain in your screen! Confetti for one click.

Confetti Rain란 무엇입니까?

Confetti Rain은(는) extensionproduct에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Confetti rain in your screen! Confetti for one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Confetti Rain 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Confetti rain in your screen. Confetti for one click. Just push the button of extension and virtual confetti rain all over screen. Confetti app works on any websites.  

Simple and so fun :)

This code was built on ISC License, by Toby Smith:
https://github.com/tobysmith568/Confetti-Chrome-Extension                    

확장 프로그램 기본 정보

이름 Confetti Rain Confetti Rain
ID neclkbpjbcacmcpdbmifeohbfjdfakka
공식 URL https://chromewebstore.google.com/detail/confetti-rain/neclkbpjbcacmcpdbmifeohbfjdfakka
설명 Confetti rain in your screen! Confetti for one click.
파일 크기 14.98 KB
설치 횟수 460
현재 버전 1.0.0
최근 업데이트 2021-06-29
출시 날짜 2021-06-28
평점 5.00/5 총 2 개의 평점
개발자 extensionproduct
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confetti Rain",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Confetti rain in your screen! Confetti for one click.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Confetti Rain"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "icon.png"
    }
}