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
Eメール [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"
}