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?

Set cookie for several domains是由mixaroot90开发的Chrome扩展程序,该扩展的主要功能是“This simple app is designed for one purpose - to set a single cookie for multiple domains.”。

扩展截图

screenshot

下载Set cookie for several domains扩展crx文件

下载Set cookie for several domains扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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;                    

扩展基本信息

名称 Set cookie for several domains Set cookie for several domains
ID dhkjbahmapekagkloappmplfofpiefpp
官方URL https://chromewebstore.google.com/detail/set-cookie-for-several-do/dhkjbahmapekagkloappmplfofpiefpp
简介 This simple app is designed for one purpose - to set a single cookie for multiple domains.
文件大小 25.23 KB
安装次数 145
当前版本 0.4.0
更新时间 2016-08-20
上架时间 2016-08-20
评分 4.25/5 共4次评分
开发者 mixaroot90
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}