Cookies by lfj.io

Short description: simplest cookies manager, it's smart, fast, easy to use, have all advanced tools that you need.

Cookies by lfj.io là gì?

Cookies by lfj.io là một tiện ích mở rộng Chrome được phát triển bởi https://lfj.io, và tính năng chính của nó là "Short description: simplest cookies manager, it's smart, fast, easy to use, have all advanced tools that you need.".

Ả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 Cookies by lfj.io

Tải xuống các tệp mở rộng Cookies by lfj.io 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

                        Cookies by lfj.io gives you full permission to control your cookies and browsing data as you want, from backup, to sync, and share your browsing session across multiple devices of multiple different platforms.

KEY FEATURES
1. Cookies file's Export/Import.

2. File encryption performed by AES and Rijndael algorithm. 

3. It's compatible with netscape cookie file format, therefore cookies.txt files from wget, curl, youtube-dl, ... can also imported.

4. Cloud export and cloud import: synchronize cookies with the lfj.io service, able to share them with member of your LFJ teams.

5. Smart identity: you don't need to register to use Cookies by lfj.io. With one device installed, you can sync with all other devices. That your unique id  will never change even you remove and reinstall this extension.

6. Cleanup tool with customizable options: Remove all cookies, your browsing data of the specified site by  one click.

7. Clean import : Option to allow remove existing cookies before each of new cookies import.

8. Additional backup and restore options: Not only cookies, all browsing data can able have backed-up by create  a cookies restore point. You can export fully site state and all of browsing data of the specified site. It allowed you restore all state of site back to the point of the file was made.                    

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

Tên Cookies by lfj.io Cookies by lfj.io
ID efmbllenocpgfaedkjnlnbacalkajolk
URL Chính Thức https://chromewebstore.google.com/detail/cookies-by-lfjio/efmbllenocpgfaedkjnlnbacalkajolk
Mô tả Short description: simplest cookies manager, it's smart, fast, easy to use, have all advanced tools that you need.
Kích Thước Tệp 1.35 MB
Số Lần Cài Đặt 162
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2021-02-24
Ngày Phát Hành 2021-01-28
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://lfj.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://lfj.io
Ngôn Ngữ Được Hỗ Trợ en,vi,zh-CN,zh-TW
manifest.json
{
    "background": {
        "scripts": [
            "js\/AES256_encryption_module.js",
            "js\/app.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png"
        },
        "default_popup": "app-popup.html",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/toastify.css"
            ],
            "js": [
                "js\/toastify-js.js",
                "js\/contentScript.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwkslJInPNKkQU4D1tZzBR\/KzD14P5XMvaL+Q0PwzRhwOnCRUqwM2rgdkICWKgwIeVy9eRdL1cAueU9No4IoqsRt+x\/fNgrnAJbDEBcomJ6V50f7lSuNoWKjCELu2D5HS1qlmU6kAaGmNpGOaf5dkZ3wFXQtugfGpaIKeBXKBzDOdMmMFG2gcw2mPp8TPLEqht9dr29XaSmACCWmheQoqt8q2IkprD\/4myGe2NLkV+8\/EpdtZZa00stjgnoFe9jCxjKL2+lIHRB5hB7wZ4CzMTzNl7b\/W+wjYMnU5KMkptcK0pv1Y9vYfsyMiY13nPEKvbhF+OG1it62H0gFnCR7znwIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "69.0",
    "name": "__MSG_extName__",
    "options_page": "setting.html",
    "permissions": [
        "cookies",
        "",
        "tabs",
        "webNavigation",
        "downloads",
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2"
}