Beer Goggles

Beer Goggles allows you to don a pair of virtual beer goggles and view the web through hazy eyes.

Beer Goggles란 무엇입니까?

Beer Goggles은(는) brandondc741에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beer Goggles allows you to don a pair of virtual beer goggles and view the web through hazy eyes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Beer Goggles 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NOTICE: This extension is currently broken for retina displays! Fix coming soon!

Beer goggles is an extension that loads up faces of the rich and famous, and replaces your regular viewing experience with a much more attractive version of the web.                    

확장 프로그램 기본 정보

이름 Beer Goggles Beer Goggles
ID nhieooahdjlfgdjnnaknfnkdphmeefae
공식 URL https://chrome.google.com/webstore/detail/beer-goggles/nhieooahdjlfgdjnnaknfnkdphmeefae
설명 Beer Goggles allows you to don a pair of virtual beer goggles and view the web through hazy eyes.
파일 크기 6.76 MB
설치 횟수 21
현재 버전 1.0.1
최근 업데이트 2015-08-28
출시 날짜 2015-08-28
평점 3.00/5 총 2 개의 평점
개발자 brandondc741
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beer Goggles",
    "description": "Beer Goggles allows you to don a pair of virtual beer goggles and view the web through hazy eyes.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Beer Goggles by PRPLrs"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.2.min.js",
                "jquery.facedetection.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "icon.png",
        "logo.svg",
        "goggles.svg",
        "gogglesClip.svg",
        "logo.png",
        "face1.png",
        "face2.png",
        "face3.png",
        "face4.png",
        "face5.png",
        "face6.png",
        "face7.png",
        "face8.png",
        "face9.png",
        "face10.png",
        "face11.png",
        "face12.png",
        "face13.png",
        "face14.png",
        "face15.png",
        "face16.png",
        "face17.png",
        "jquery.facedetection.min.js.map",
        "jquery-1.11.2.min.js"
    ],
    "permissions": [
        "background",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "desktopCapture"
    ]
}