TRACKOO_TSE_CDT

Use the context menu to search CDT websites

Apa itu TRACKOO_TSE_CDT?

TRACKOO_TSE_CDT adalah ekstensi Chrome yang dikembangkan oleh trackoo.tse, dan fitur utamanya adalah "Use the context menu to search CDT websites".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TRACKOO_TSE_CDT

Unduh file ekstensi TRACKOO_TSE_CDT 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

                        Use the context menu to search Trackings. It is a right click enabled extension to access other URLs from 1 page. This tool helps reducing time to toggle between tabs and getting to understand various information.                    

Informasi Dasar Ekstensi

Nama TRACKOO_TSE_CDT TRACKOO_TSE_CDT
ID aofkpoeplbjnfllcocfjhepfnegahdge
URL Resmi https://chromewebstore.google.com/detail/trackootsecdt/aofkpoeplbjnfllcocfjhepfnegahdge
Deskripsi Use the context menu to search CDT websites
Ukuran File 39.51 KB
Jumlah Instalasi 212
Versi Saat Ini 1.3
Terakhir Diperbarui 2022-11-21
Tanggal Publikasi 2022-11-09
Pengembang trackoo.tse
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TRACKOO_TSE_CDT",
    "description": "Use the context menu to search CDT websites",
    "version": "1.3",
    "manifest_version": 3,
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "options.html"
    },
    "icons": {
        "16": "globalGoogle16.png",
        "48": "globalGoogle48.png",
        "128": "globalGoogle128.png"
    }
}