MYTD

MYTD Tab Destroyer limits tabs to increase your browsing efficiency.

What is MYTD?

MYTD is a Chrome extension developed by mmche12, and its main feature is "MYTD Tab Destroyer limits tabs to increase your browsing efficiency.".

Extension Screenshots

screenshot

Download MYTD Extension CRX File

Download MYTD 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

                        MYTD is a simple tab controller that limits the amount of tabs per window and improves your web browsing efficiency.  Set the maximum number of tabs and enjoy!                    

Extension Basic Information

Name MYTD MYTD
ID dcikbgjmaafcfopfineffopjennkkcao
Official URL https://chrome.google.com/webstore/detail/mytd/dcikbgjmaafcfopfineffopjennkkcao
Description MYTD Tab Destroyer limits tabs to increase your browsing efficiency.
File Size 3.27 MB
Installation Count 32
Current Version 1.1
Last Updated 2017-08-10
Publish Date 2017-08-10
Rating 5.00/5 Total 2 Ratings
Developer mmche12
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MYTD",
    "description": "MYTD Tab Destroyer limits tabs to increase your browsing efficiency.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icons\/mytd-icon.png",
        "default_popup": "tabcontrol.html"
    },
    "icons": {
        "16": "icons\/mytd-icon.png",
        "48": "icons\/mytd-48.png",
        "128": "icons\/mytd-128.png"
    },
    "background": {
        "scripts": [
            "tabbackground.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/"
    ]
}