Copy Cookie
Extension to copy cookies across the domains specially localhost.
Vad är Copy Cookie?
Copy Cookie är en Chrome-tillägg utvecklad av Avaneesh, och dess huvudfunktion är "Extension to copy cookies across the domains specially localhost.".
Tilläggsskärmbilder
Ladda ner Copy Cookie-förlängningens CRX-fil
Ladda ner Copy Cookie-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Copy the cookies across domains. Helpful for developers to copy cookies from their live domains to localhost.
Grundläggande Information om Tillägg
Namn | Copy Cookie |
ID | efgblkeenphclkonjikaanjnlconlkfp |
Officiell webbadress | https://chromewebstore.google.com/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp |
Beskrivning | Extension to copy cookies across the domains specially localhost. |
Filstorlek | 64.89 KB |
Antal Installationer | 733 |
Aktuell Version | 2.0.1 |
Senast Uppdaterad | 2022-10-11 |
Publiceringsdatum | 2019-05-10 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | Avaneesh |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://chrome.google.com/webstore/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp |
Hjälpsida URL | https://github.com/avaneeshtripathi/copy-cookie/issues |
Stödda Språk | 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" } |