Cookie Tool

Modify the domain name scope of all cookies with one click

Wat is Cookie Tool?

Cookie Tool is een Chrome-extensie ontwikkeld door cjhsources, en de belangrijkste functie is "Modify the domain name scope of all cookies with one click".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cookie Tool

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

                        Modify the domain name scope of all cookies with one click; eg:   www.google.com ->  .google.com                    

Basisinformatie over de Extensie

Naam Cookie Tool Cookie Tool
ID cmcibloenecepmjigcfaehanbcpkcajb
Officiële URL https://chromewebstore.google.com/detail/cookie-tool/cmcibloenecepmjigcfaehanbcpkcajb
Beschrijving Modify the domain name scope of all cookies with one click
Bestandsgrootte 79.23 KB
Aantal Installaties 30
Huidige Versie 0.0.2
Laatst Bijgewerkt 2019-08-27
Publicatiedatum 2019-08-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar cjhsources
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Tool",
    "version": "0.0.2",
    "description": "Modify the domain name scope of all cookies with one click",
    "author": "cjh",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}