Cookiedough
Developer tool to bulk set cookies from a standard cookie header string
Qu'est-ce que Cookiedough ?
Cookiedough est une extension Chrome développée par OrbitKit, et sa fonction principale est "Developer tool to bulk set cookies from a standard cookie header string".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cookiedough
Téléchargez les fichiers d'extension Cookiedough au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Cookiedough |
ID | hacigcgfiefikmkmmmncaiaijoffndpl |
URL Officiel | https://chromewebstore.google.com/detail/cookiedough/hacigcgfiefikmkmmmncaiaijoffndpl |
Description | Developer tool to bulk set cookies from a standard cookie header string |
Taille du Fichier | 63.66 KB |
Nombre d'Installations | 8,261 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-05-26 |
Date de Publication | 2019-05-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | OrbitKit |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/stickfigure/cookiedough |
Langues Prises en Charge | 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", " |