Hey Dude

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!

Merlin
Additional files are visible only to premium users

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
}