Get Cookies file

Exports your cookies to the file

Get Cookies file là gì?

Get Cookies file là một tiện ích mở rộng Chrome được phát triển bởi tobmoki, và tính năng chính của nó là "Exports your cookies to the file".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Get Cookies file

Tải xuống các tệp mở rộng Get Cookies file dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Extension to watch or export your cookies to the file                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Get Cookies file Get Cookies file
ID lhecbjgjgknjminomebnbfcopdfdfmel
URL Chính Thức https://chromewebstore.google.com/detail/get-cookies-file/lhecbjgjgknjminomebnbfcopdfdfmel
Mô tả Exports your cookies to the file
Kích Thước Tệp 1.24 MB
Số Lần Cài Đặt 430
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-08-27
Ngày Phát Hành 2020-08-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển tobmoki
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}