Duplicated Tab Killer
This extension kill duplicated tabs on all windows
What is Duplicated Tab Killer?
Duplicated Tab Killer is a Chrome extension developed by KhodeN, and its main feature is "This extension kill duplicated tabs on all windows".
Extension Screenshots
Download Duplicated Tab Killer Extension CRX File
Download Duplicated Tab Killer 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
Find tabs with the same URLs and close duplicates. It is not configurable; it just works. There are no hidden functionality or minimized code inside.
Extension Basic Information
Name | Duplicated Tab Killer |
ID | hhbflcaplapkhdbblccoclciinddlpep |
Official URL | https://chromewebstore.google.com/detail/duplicated-tab-killer/hhbflcaplapkhdbblccoclciinddlpep |
Description | This extension kill duplicated tabs on all windows |
File Size | 11.65 KB |
Installation Count | 36 |
Current Version | 1.0 |
Last Updated | 2023-03-18 |
Publish Date | 2015-01-30 |
Rating | 4.00/5 Total 1 Ratings |
Developer | KhodeN |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duplicated Tab Killer", "description": "This extension kill duplicated tabs on all windows", "version": "1.0", "icons": { "48": "icon48.png", "24": "icon24.png" }, "browser_action": { "default_icon": { "48": "icon48.png", "24": "icon24.png" } }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |