Get Cookies file

Exports your cookies to the file

Get Cookies fileคืออะไร?

Get Cookies file เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tobmoki และคุณลักษณะหลักของมันคือ "Exports your cookies to the file"

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

screenshot
screenshot

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

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

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

                        Extension to watch or export your cookies to the file                    

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

ชื่อ Get Cookies file Get Cookies file
ID lhecbjgjgknjminomebnbfcopdfdfmel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/get-cookies-file/lhecbjgjgknjminomebnbfcopdfdfmel
คำอธิบาย Exports your cookies to the file
ขนาดไฟล์ 1.24 MB
จำนวนการติดตั้ง 430
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-08-27
วันที่เผยแพร่ 2020-08-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา tobmoki
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/app.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_popup": "app.html",
        "default_title": "Get Cookies file"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Exports your cookies to the file",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "manifest_version": 2,
    "name": "Get Cookies file",
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webNavigation",
        "downloads",
        "contextMenus",
        "webRequest"
    ],
    "version": "1.0"
}