EXP Cookies Tool

This extension help the user can export the browser cookies to file and import the cookies from file

Vad är EXP Cookies Tool?

EXP Cookies Tool är en Chrome-tillägg utvecklad av EXP, och dess huvudfunktion är "This extension help the user can export the browser cookies to file and import the cookies from file".

Tilläggsskärmbilder

screenshot

Ladda ner EXP Cookies Tool-förlängningens CRX-fil

Ladda ner EXP Cookies Tool-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

                        A powerful and easy-to-use EXP Cookies Tool
EXP Cookies Tool is a free, powerful and easy-to-use. Manage all your cookies stored within your browser, including 3rd party cookies. The interface is clean and well organized.

EXP Cookies Tool - Few Key Features: 

Standard Features: 
+ Export cookies
+ Import cookies
+ Delete all cookies at once 

REQUIRED PERMISSIONS:
"cookies" and "all_urls" - to query cookies for any hosts.                    

Grundläggande Information om Tillägg

Namn EXP Cookies Tool EXP Cookies Tool
ID necipeebkikcoingolmohfaeckegimid
Officiell webbadress https://chromewebstore.google.com/detail/exp-cookies-tool/necipeebkikcoingolmohfaeckegimid
Beskrivning This extension help the user can export the browser cookies to file and import the cookies from file
Filstorlek 391 KB
Antal Installationer 1,029
Aktuell Version 1.0.5
Senast Uppdaterad 2023-06-06
Publiceringsdatum 2021-09-23
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare EXP
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://efs.teamexp.net/policy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EXP Cookies Tool",
    "version": "1.0.5",
    "description": "This extension help the user can export the browser cookies to file and import the cookies from file",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.min.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "ECT",
        "default_popup": "popup\/index.html",
        "default_icon": "icons\/icon128.png"
    },
    "manifest_version": 3
}