Boo!

Adds very realistic animated spiders to your chrome browser.

Boo!란 무엇입니까?

Boo!은(는) bugextension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds very realistic animated spiders to your chrome browser."입니다.

확장 프로그램 스크린샷

screenshot

Boo! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Every time you click the 'boo!' button, a spider will be added to the current page. There is a random delay to maximize the fright.  The animated spiders will walk around the screen. If your mouse overlaps the spider there is a chance of it dying and falling to the bottom of the screen.                    

확장 프로그램 기본 정보

이름 Boo! Boo!
ID lppmdekfhcfphenoakkbdjnlgdbaklpd
공식 URL https://chromewebstore.google.com/detail/boo/lppmdekfhcfphenoakkbdjnlgdbaklpd
설명 Adds very realistic animated spiders to your chrome browser.
파일 크기 60.92 KB
설치 횟수 83
현재 버전 1.2
최근 업데이트 2018-10-29
출시 날짜 2018-10-29
평점 3.00/5 총 2 개의 평점
개발자 bugextension
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://auz.github.io/Bug/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boo!",
    "short_name": "Boo!",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Adds very realistic animated spiders to your chrome browser.",
    "homepage_url": "https:\/\/auz.github.io\/Bug\/",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "boo!"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "boo-icon16.png",
        "48": "boo-icon48.png",
        "64": "boo-icon64.png",
        "128": "boo-icon128.png"
    }
}