Set cookie for several domains

This simple app is designed for one purpose - to set a single cookie for multiple domains.

Set cookie for several domains là gì?

Set cookie for several domains là một tiện ích mở rộng Chrome được phát triển bởi mixaroot90, và tính năng chính của nó là "This simple app is designed for one purpose - to set a single cookie for multiple domains.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Set cookie for several domains

Tải xuống các tệp mở rộng Set cookie for several domains 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

                        This simple app is designed for one purpose - to set a single cookie for multiple domains.

Features :
- Set a cookie for all domains;
- Cookie apply for protocols http and https;
- Remove the cookie from all domains.
- Domain record, if you have entered the full url with the protocol and uri;                    

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

Tên Set cookie for several domains Set cookie for several domains
ID dhkjbahmapekagkloappmplfofpiefpp
URL Chính Thức https://chromewebstore.google.com/detail/set-cookie-for-several-do/dhkjbahmapekagkloappmplfofpiefpp
Mô tả This simple app is designed for one purpose - to set a single cookie for multiple domains.
Kích Thước Tệp 25.23 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2016-08-20
Ngày Phát Hành 2016-08-20
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển mixaroot90
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",
    "manifest_version": 2,
    "name": "Set cookie for several domains",
    "version": "0.4.0",
    "description": "This simple app is designed for one purpose - to set a single cookie for multiple domains.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "index.html",
        "default_title": "Set cookie for several domains"
    },
    "author": "[email protected]",
    "short_name": "CookieSeveralDomains",
    "permissions": [
        "storage",
        "cookies",
        "*:\/\/*\/"
    ],
    "minimum_chrome_version": "51"
}