Hey Boy

Hey Boy

Replaces all images on a given page with pictures of Jennifer Lawrence. The Hey Girl boy's revenge! HEY BOY!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js",
      "heyboy.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon_48.png",
    "default_title": "HEY BOY"
  },
  "description": "Replaces all images on a given page with pictures of Jennifer Lawrence. The Hey Girl boy's revenge! HEY BOY!",
  "homepage_url": "http://alessandropopolizio.com/heyboy/",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "name": "Hey Boy",
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}