Duplicate tabs closer

Close tab of the same url quickly and easily.

What is Duplicate tabs closer?

Duplicate tabs closer is a Chrome extension developed by Roey, and its main feature is "Close tab of the same url quickly and easily.".

Extension Screenshots

screenshot

Download Duplicate tabs closer Extension CRX File

Download Duplicate tabs closer 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

                        Close tab of the same url quickly and easily.                    

Extension Basic Information

Name Duplicate tabs closer Duplicate tabs closer
ID hleiiepnagionbolbhmligmnidmaehoo
Official URL https://chromewebstore.google.com/detail/duplicate-tabs-closer/hleiiepnagionbolbhmligmnidmaehoo
Description Close tab of the same url quickly and easily.
File Size 28.91 KB
Installation Count 238
Current Version 0.0.1
Last Updated 2022-10-04
Publish Date 2015-12-27
Rating 4.00/5 Total 5 Ratings
Developer Roey
Email [email protected]
Payment Type free
Extension Website https://github.com/roeycohen/Popcorn-Player-Chrome-extension
Privacy Policy Page URL https://github.com/roeycohen/Bit-Player-Chrome-Extension/blob/master/license_and_privacy.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duplicate tabs closer",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Close tab of the same url quickly and easily.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Close duplicate tabs"
    },
    "permissions": [
        "tabs",
        "notifications"
    ]
}