MYTD

MYTD Tab Destroyer limits tabs to increase your browsing efficiency.

Apa itu MYTD?

MYTD adalah ekstensi Chrome yang dikembangkan oleh mmche12, dan fitur utamanya adalah "MYTD Tab Destroyer limits tabs to increase your browsing efficiency.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MYTD

Unduh file ekstensi MYTD dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama MYTD MYTD
ID dcikbgjmaafcfopfineffopjennkkcao
URL Resmi https://chrome.google.com/webstore/detail/mytd/dcikbgjmaafcfopfineffopjennkkcao
Deskripsi MYTD Tab Destroyer limits tabs to increase your browsing efficiency.
Ukuran File 3.27 MB
Jumlah Instalasi 32
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-08-10
Tanggal Publikasi 2017-08-10
Penilaian 5.00/5 Total 2 Penilaian
Pengembang mmche12
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}