Kill-Switch
Kills any unproductive chrome tabs.
What is Kill-Switch?
Kill-Switch is a Chrome extension developed by Evan Klein, and its main feature is "Kills any unproductive chrome tabs.".
Extension Screenshots
Download Kill-Switch Extension CRX File
Download Kill-Switch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Feeling unproductive? Kill-Switch for Chrome is a simple application made by procrastinators, for procrastinators. Save time and unclose all your unproductive tabs with just a single click!
Extension Basic Information
Name | Kill-Switch |
ID | hbnifenjjcmfoafpkomomlnldlcddaec |
Official URL | https://chromewebstore.google.com/detail/kill-switch/hbnifenjjcmfoafpkomomlnldlcddaec |
Description | Kills any unproductive chrome tabs. |
File Size | 61.17 KB |
Installation Count | 239 |
Current Version | 1.10.3 |
Last Updated | 2016-07-26 |
Publish Date | 2016-07-26 |
Developer | Evan Klein |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kill-Switch", "description": "Kills any unproductive chrome tabs.", "version": "1.10.3", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "browser_action": { "default_icon": "images\/icon.png", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ] } |