Clear radio buttons

Clear radio buttons

Clears all radio buttons on a page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Clear radio buttons",
  "description": "Clears all radio buttons on a page.",
  "version": "0.0.0.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Clear radio buttons",
    "default_icon": "icon.png"
  },
  "manifest_version": 2
}