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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brandondc741 และคุณลักษณะหลักของมันคือ "Beer Goggles allows you to don a pair of virtual beer goggles and view the web through hazy eyes."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beer Goggles

ดาวน์โหลดไฟล์ส่วนขยาย Beer Goggles ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}