Copy Cookie
Extension to copy cookies across the domains specially localhost.
Wat is Copy Cookie?
Copy Cookie is een Chrome-extensie ontwikkeld door Avaneesh, en de belangrijkste functie is "Extension to copy cookies across the domains specially localhost.".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy Cookie
Download Copy Cookie-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
Copy the cookies across domains. Helpful for developers to copy cookies from their live domains to localhost.
Basisinformatie over de Extensie
Naam | Copy Cookie |
ID | efgblkeenphclkonjikaanjnlconlkfp |
Officiële URL | https://chromewebstore.google.com/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp |
Beschrijving | Extension to copy cookies across the domains specially localhost. |
Bestandsgrootte | 64.89 KB |
Aantal Installaties | 733 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2022-10-11 |
Publicatiedatum | 2019-05-10 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Avaneesh |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://chrome.google.com/webstore/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp |
Help Pagina-URL | https://github.com/avaneeshtripathi/copy-cookie/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy Cookie", "version": "2.0.1", "description": "Extension to copy cookies across the domains specially localhost.", "permissions": [ "cookies", "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } }, "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" }, "author": "Avaneesh Tripathi" } |