That's a 10! (h3h3productions)

That's a 10! (h3h3productions)

This extension is perfect for rating those superb moments in life. Complete with only the greatest smacky-lip-noise™, download now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "That's a 10! (h3h3productions)",
  "short_name": "That's a 10!",
  "description": "This extension is perfect for rating those superb moments in life. Complete with only the greatest smacky-lip-noise™, download now!",
  "manifest_version": 2,
  "permissions": [
    "activetabs"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "That's a 10!",
    "default_popup": "popup.html"
  },
  "version": "1.0.1"
}