EXP Cookies Tool

This extension help the user can export the browser cookies to file and import the cookies from file

Apa itu EXP Cookies Tool?

EXP Cookies Tool adalah ekstensi Chrome yang dikembangkan oleh EXP, dan fitur utamanya adalah "This extension help the user can export the browser cookies to file and import the cookies from file".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EXP Cookies Tool

Unduh file ekstensi EXP Cookies Tool 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

                        A powerful and easy-to-use EXP Cookies Tool
EXP Cookies Tool is a free, powerful and easy-to-use. Manage all your cookies stored within your browser, including 3rd party cookies. The interface is clean and well organized.

EXP Cookies Tool - Few Key Features: 

Standard Features: 
+ Export cookies
+ Import cookies
+ Delete all cookies at once 

REQUIRED PERMISSIONS:
"cookies" and "all_urls" - to query cookies for any hosts.                    

Informasi Dasar Ekstensi

Nama EXP Cookies Tool EXP Cookies Tool
ID necipeebkikcoingolmohfaeckegimid
URL Resmi https://chromewebstore.google.com/detail/exp-cookies-tool/necipeebkikcoingolmohfaeckegimid
Deskripsi This extension help the user can export the browser cookies to file and import the cookies from file
Ukuran File 391 KB
Jumlah Instalasi 1,029
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2023-06-06
Tanggal Publikasi 2021-09-23
Penilaian 5.00/5 Total 6 Penilaian
Pengembang EXP
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://efs.teamexp.net/policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EXP Cookies Tool",
    "version": "1.0.5",
    "description": "This extension help the user can export the browser cookies to file and import the cookies from file",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.min.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "ECT",
        "default_popup": "popup\/index.html",
        "default_icon": "icons\/icon128.png"
    },
    "manifest_version": 3
}