Cookie copier

Just cookie field copier

Wat is Cookie copier?

Cookie copier is een Chrome-extensie ontwikkeld door retuzzik, en de belangrijkste functie is "Just cookie field copier".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cookie copier

Download Cookie copier-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

                        A simple Google Chrome extension to copy cookies between domains. The list of domains to copy is taken from the open browser tabs.                    

Basisinformatie over de Extensie

Naam Cookie copier Cookie copier
ID lhfkmfkjjeilbgfolpcndcbdgbdhbnlk
Officiële URL https://chromewebstore.google.com/detail/cookie-copier/lhfkmfkjjeilbgfolpcndcbdgbdhbnlk
Beschrijving Just cookie field copier
Bestandsgrootte 18.65 KB
Aantal Installaties 497
Huidige Versie 1.0
Laatst Bijgewerkt 2020-10-20
Publicatiedatum 2020-10-02
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar retuzzik
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/PetePearl/cookie-copier
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie copier",
    "version": "1.0",
    "description": "Just cookie field copier",
    "background": {
        "scripts": [
            "build\/bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        ""
    ]
}