ZCookies

One click copy cookies to your clipboard

Wat is ZCookies?

ZCookies is een Chrome-extensie ontwikkeld door zivisor, en de belangrijkste functie is "One click copy cookies to your clipboard".

Extensie Screenshots

Download het CRX-bestand van de extensie ZCookies

Download ZCookies-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

                        This extension help you copy cookie simple and quickly                    

Basisinformatie over de Extensie

Naam ZCookies ZCookies
ID edclfanjjbknpolcdinkfeadmajpjpgj
Officiële URL https://chrome.google.com/webstore/detail/zcookies/edclfanjjbknpolcdinkfeadmajpjpgj
Beschrijving One click copy cookies to your clipboard
Bestandsgrootte 21.94 KB
Aantal Installaties 97
Huidige Versie 2.0
Laatst Bijgewerkt 2016-08-12
Publicatiedatum 2016-08-12
Beoordeling 4.43/5 Totaal 14 Beoordelingen
Ontwikkelaar zivisor
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ZCookies",
    "description": "One click copy cookies to your clipboard",
    "author": "Mr. Zi",
    "version": "2.0",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "",
        "clipboardWrite",
        "clipboardRead",
        "notifications",
        "declarativeContent",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Click to copy cookies"
    }
}