New Tabs at End 3000

New Tabs at End 3000

Forces new tabs to open at the end of the tab strip.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "description": "Forces new tabs to open at the end of the tab strip.",
  "icons": {
    "16": "skin/icon-16.png",
    "48": "skin/icon-48.png",
    "128": "skin/icon-128.png"
  },
  "manifest_version": 3,
  "name": "New Tabs at End 3000",
  "version": "3.0.0.2"
}