EXP Cookies Tool

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

EXP Cookies Toolคืออะไร?

EXP Cookies Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nic4Love และคุณลักษณะหลักของมันคือ "This extension help the user can export the browser cookies to file and import the cookies from file"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EXP Cookies Tool

ดาวน์โหลดไฟล์ส่วนขยาย EXP Cookies Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.
"tabs - to close tabs when clear all cookies                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EXP Cookies Tool EXP Cookies Tool
ID gdbkinfablggfijnkinojceealciloeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/exp-cookies-tool/gdbkinfablggfijnkinojceealciloeg
คำอธิบาย This extension help the user can export the browser cookies to file and import the cookies from file
ขนาดไฟล์ 391 KB
จำนวนการติดตั้ง 466
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-06-06
วันที่เผยแพร่ 2021-11-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Nic4Love
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://efs.teamexp.net/policy
ภาษาที่รองรับ 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
}