RickrollGuard

RickrollGuard

The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RickrollGuard",
  "description": "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.",
  "background": {
    "scripts": [
      "rickfinder.js"
    ]
  },
  "author": "SullyBS",
  "permissions": [
    "tabs",
    "alarms"
  ],
  "version": "1.0",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "panel.html",
    "default_icon": "Rickhead.png"
  },
  "icons": {
    "16": "Rickhead16.png",
    "48": "Rickhead48.png",
    "128": "Rickhead128.png"
  }
}