Nine

Nine

Love to open tons of shitty tabs? šŸ™… With Nine this shit will never happen again!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nine",
  "short_name": "Nine",
  "version": "0.7",
  "manifest_version": 2,
  "description": "Love to open tons of shitty tabs? šŸ™… With Nine this shit will never happen again!",
  "icons": {
    "19": "icons/icon19.png",
    "48": "icons/icon.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Nine",
    "default_popup": "html/popup.html"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}