Cookie Backup

Extension that saves cookies.

Wat is Cookie Backup?

Cookie Backup is een Chrome-extensie ontwikkeld door developer.waieight., en de belangrijkste functie is "Extension that saves cookies.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cookie Backup

Download Cookie Backup-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 exports cookie information to text (JSON format).
It is also possible to import in JSON format.                    

Basisinformatie over de Extensie

Naam Cookie Backup Cookie Backup
ID ifgdidilpbdhkbiidfbjaaajpggjhnce
Officiële URL https://chromewebstore.google.com/detail/cookie-backup/ifgdidilpbdhkbiidfbjaaajpggjhnce
Beschrijving Extension that saves cookies.
Bestandsgrootte 17.35 KB
Aantal Installaties 1,121
Huidige Versie 0.0.2.3
Laatst Bijgewerkt 2023-01-27
Publicatiedatum 2020-05-15
Beoordeling 3.20/5 Totaal 5 Beoordelingen
Ontwikkelaar developer.waieight.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://waieight.hatenablog.jp/
URL van de Privacybeleid Pagina https://waieight.hatenablog.jp/entry/2021/03/23/180238
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie Backup",
    "version": "1.0.0.17",
    "version_name": "0.0.2.3",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_128.png"
        }
    }
}