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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Beer Goggles allows you to don a pair of virtual beer goggles and view the web through hazy eyes."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Beer Goggles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}