Cookie Backup

Extension that saves cookies.

Vad är Cookie Backup?

Cookie Backup är en Chrome-tillägg utvecklad av developer.waieight., och dess huvudfunktion är "Extension that saves cookies.".

Tilläggsskärmbilder

screenshot

Ladda ner Cookie Backup-förlängningens CRX-fil

Ladda ner Cookie Backup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension exports cookie information to text (JSON format).
It is also possible to import in JSON format.                    

Grundläggande Information om Tillägg

Namn Cookie Backup Cookie Backup
ID ifgdidilpbdhkbiidfbjaaajpggjhnce
Officiell webbadress https://chromewebstore.google.com/detail/cookie-backup/ifgdidilpbdhkbiidfbjaaajpggjhnce
Beskrivning Extension that saves cookies.
Filstorlek 17.35 KB
Antal Installationer 1,121
Aktuell Version 0.0.2.3
Senast Uppdaterad 2023-01-27
Publiceringsdatum 2020-05-15
Betyg 3.20/5 Totalt 5 Betyg
Utvecklare developer.waieight.
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://waieight.hatenablog.jp/
URL till Sekretesspolicy Sidan https://waieight.hatenablog.jp/entry/2021/03/23/180238
Stödda Språk 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"
        }
    }
}