HypeMachine - Trending Songs

HypeMachine - Trending Songs

I love HypeMachine. Discover new music. Listen to remixes. Watch songs go viral. But what about songs that are just trending?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HypeMachine - Trending Songs",
  "version": "1.0",
  "manifest_version": 2,
  "description": "I love HypeMachine. Discover new music. Listen to remixes. Watch songs go viral. But what about songs that are just trending?",
  "page_action": {},
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "http://hypem.com/*",
        "https://hypem.com/*",
        "*://*.hypem.com/*"
      ],
      "js": [
        "jquery.min.js",
        "mystyles.js"
      ]
    }
  ]
}