Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chrome-killer

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-killer

Kill all Chrome/Chromium tabs or entires to improve performance, decrease battery usage, and save memory

  • 2.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

chrome-killer (from kill-tabs)

Kill all Chrome/Chromium tabs or entires to improve performance, decrease battery usage, and save memory

Works on macOS, Linux, Windows.

When you run kill-chrome the Chrome tab processes are killed, which means they will no longer take up system resources, but they will still be in your Chrome window, just as crashed. When you want one back you just reload the tab.

CLI

$ npm install --global chrome-killer
$ chrome-killer --help

  Usage
    $ chrome-killer

  Options
    --no-chromium            Don't kill tabs in Chromium
    --no-chrome              Don't kill tabs in Chrome
    --including-main-process Kill main browser process
    --instance-path          Specify path of Chrome/Chromium instance to kill

API

$ npm install --save chrome-killer
const chromeKiller = require('chrome-killer');

chromeKiller().then(() => {
	console.log('Killed tabs');
});

Tip

You can use the Reload All Tabs Chrome extension to easily reload all the tabs.

License

MIT © Sindre Sorhus MIT © Lu Yuan

Keywords

FAQs

Package last updated on 11 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc