Cookies2JSON
Export cookies to a simple JSON file.
Wat is Cookies2JSON?
Cookies2JSON is een Chrome-extensie ontwikkeld door sunnyclouds.apps, en de belangrijkste functie is "Export cookies to a simple JSON file.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cookies2JSON
Download Cookies2JSON-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
Minimalistic extension that allows you to safely export all cookies in a browser tab as a simple JSON file.
Basisinformatie over de Extensie
Naam | Cookies2JSON |
ID | ffbinkjibaannhnogomaebfmogppggcd |
Officiële URL | https://chromewebstore.google.com/detail/cookies2json/ffbinkjibaannhnogomaebfmogppggcd |
Beschrijving | Export cookies to a simple JSON file. |
Bestandsgrootte | 30.6 KB |
Aantal Installaties | 93 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-05-06 |
Publicatiedatum | 2021-05-05 |
Ontwikkelaar | sunnyclouds.apps |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/sunnyclouds-apps/Cookies2JSON |
Help Pagina-URL | https://github.com/sunnyclouds-apps/Cookies2JSON/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookies2JSON", "description": "Export cookies to a simple JSON file.", "version": "1.0.0", "icons": { "16": "icons\/icon_16.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon_19.png", "38": "icons\/icon_38.png" }, "default_title": "Cookies2JSON", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ] } |