New Tab Traffic Randomizer

New Tab Traffic Randomizer

Requests a random URL every time a new tab is opened, for extra <del>privacy</del> <ins>obscurity</ins>.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "nttr.html"
  },
  "description": "Requests a random URL every time a new tab is opened, for extra <del>privacy</del> <ins>obscurity</ins>.",
  "homepage_url": "https://github.com/j9t/new-tab-traffic-randomizer",
  "icons": {
    "16": "nttr.s.png",
    "48": "nttr.m.png",
    "128": "nttr.l.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "name": "New Tab Traffic Randomizer",
  "version": "1.2.5"
}