Cookiedough
Developer tool to bulk set cookies from a standard cookie header string
Wat is Cookiedough?
Cookiedough is een Chrome-extensie ontwikkeld door OrbitKit, en de belangrijkste functie is "Developer tool to bulk set cookies from a standard cookie header string".
Extensie Screenshots
Download het CRX-bestand van de extensie Cookiedough
Download Cookiedough-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simple, no-frills, programmer-friendly UI for editing cookies. Provides the current tab's HTTP cookie string verbatim in a text box; you can copy/paste/edit the string.
You can find the source code at https://github.com/stickfigure/cookiedough Basisinformatie over de Extensie
| Naam | |
| ID | hacigcgfiefikmkmmmncaiaijoffndpl |
| Officiële URL | https://chromewebstore.google.com/detail/cookiedough/hacigcgfiefikmkmmmncaiaijoffndpl |
| Beschrijving | Developer tool to bulk set cookies from a standard cookie header string |
| Bestandsgrootte | 63.66 KB |
| Aantal Installaties | 8,261 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2021-05-26 |
| Publicatiedatum | 2019-05-25 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | OrbitKit |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/stickfigure/cookiedough |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cookiedough",
"description": "Developer tool to bulk set cookies from a standard cookie header string",
"version": "1.0.1",
"icons": {
"128": "cookie.png"
},
"browser_action": {
"default_icon": "cookie.png",
"default_popup": "popup.html"
},
"permissions": [
"cookies",
"tabs",
" | |