Hey Dude

Replaces all images on a given page with pictures of The Big Lebowski. HEY DUDE! Based on Katherine Champagne's extension, HEY GIRL!

What is Hey Dude?

Hey Dude is a Chrome extension developed by Unknown, and its main feature is "Replaces all images on a given page with pictures of The Big Lebowski. HEY DUDE! Based on Katherine Champagne's extension, HEY GIRL!".

Extension Screenshots

screenshot
screenshot

Download Hey Dude Extension CRX File

Download Hey Dude extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        "I'm not Mr. Lebowski. You're Mr. Lebowski. I'm the Dude."

Tired of your Facebook friends' holiday instagrams? Sexy boys and girls make you sick and jealous? News are depressing you? RELAX with the Dude. 

Simply install the extension, click on the icon, and enter a magic world, full of Jelly shoes, White Russian, dressing gown and bowling. No more worries with the Coen brothers' iconic character.

Take it easy, man !

N.B. : Based on Katherine Champagne's Ryan Gosling extension. So if you still want to see a sexy guy, check it !                    

Extension Basic Information

Name Hey Dude Hey Dude
ID eemmbgcgaehcelipkfkniecnfafbeopn
Official URL https://chromewebstore.google.com/detail/hey-dude/eemmbgcgaehcelipkfkniecnfafbeopn
Description Replaces all images on a given page with pictures of The Big Lebowski. HEY DUDE! Based on Katherine Champagne's extension, HEY GIRL!
File Size 26.62 KB
Installation Count 111
Current Version 1
Last Updated 2013-08-23
Publish Date 2013-08-22
Rating 4.29/5 Total 7 Ratings
Developer Unknown
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hey Dude",
    "version": "1",
    "description": "Replaces all images on a given page with pictures of The Big Lebowski. HEY DUDE! Based on Katherine Champagne's extension, HEY GIRL!",
    "icons": {
        "32": "img\/big-lebowski-icon-32.png",
        "48": "img\/big-lebowski-icon-48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "HEY DUDE"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js",
            "heydude.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}