Copy Cookie
Extension to copy cookies across the domains specially localhost.
Hvad er Copy Cookie?
Copy Cookie er en Chrome-udvidelse udviklet af Avaneesh, og dens hovedfunktion er "Extension to copy cookies across the domains specially localhost.".
Udvidelsesskærmbilleder
Download Copy Cookie-udvidelses-CRX-fil
Download Copy Cookie-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Copy the cookies across domains. Helpful for developers to copy cookies from their live domains to localhost. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | efgblkeenphclkonjikaanjnlconlkfp |
| Officiel URL | https://chromewebstore.google.com/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp |
| Beskrivelse | Extension to copy cookies across the domains specially localhost. |
| Filstørrelse | 64.89 KB |
| Antal Installationer | 733 |
| Nuværende Version | 2.0.1 |
| Senest Opdateret | 2022-10-11 |
| Udgivelsesdato | 2019-05-10 |
| Bedømmelse | 4.75/5 Samlet 4 Bedømmelser |
| Udvikler | Avaneesh |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://chrome.google.com/webstore/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp |
| Hjælpeside-URL | https://github.com/avaneeshtripathi/copy-cookie/issues |
| Understøttede Sprog | 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"
} | |