Latest Vice Videos

Latest Vice Videos

See the latest and most popular VICE Video. View the Latest Videos Daily. Free-to-watch videos daily in just 1-Click. Addon uses 3rd party site (www.supernewsworld.com) for operation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Latest Vice News Videos",
  "version": "1.1.9resigned1",
  "description": "See the latest and most popular videos.",
  "author": "1ClickProduct",
  "icons": {
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_title": "View Latest and Most Popular Videos",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "tabs",
    "https://www.supernewsworld.com/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fe5ddacc-6fdc-4492-aad8-ed8fc5e0386e}"
    }
  }
}