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 - это расширение Chrome, разработанное mixaroot90, и его основная функция - "This simple app is designed for one purpose - to set a single cookie for multiple domains.".
Снимки экрана расширения
Скачать файл CRX расширения Set cookie for several domains
Скачайте файлы расширений 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 |
| Официальный 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"
} | |