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.”。
擴展截圖
下載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; 擴展基本資訊
| 名稱 | |
| ID | dhkjbahmapekagkloappmplfofpiefpp |
| 官方網址 | 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"
} | |