Awesome Cookie Manager

Displays a list of all Google Chrome cookies. Allows searching, viewing, editing, saving, restoring, and deleting cookies.

Awesome Cookie Manager क्या है?

Awesome Cookie Manager https://upway2late.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a list of all Google Chrome cookies. Allows searching, viewing, editing, saving, restoring, and deleting cookies."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Awesome Cookie Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Awesome Cookie Manager lets the user manage cookies in Google Chrome.

Supported Functionality:

(1) Search for cookies.

(2) View cookie properties. 

(3) Edit cookie properties (value and expiration date). 

(4) Delete cookies.

(5) Save cookies, restore them later.

(6) Various settings are optional.

Version 1.0.0.1 Notes

Thanks to Procyon-b for the following fixes:

* incognito mode cookies
* cookie with no name now editable
* support for range selection
* domain name max-length css only
* cookie name max-length css only
* save/restore list sorting fixed
* filters input fields: only letters are taken into account
* background page settings were not updated (restart was needed)
* hide error message when a specific cookie restore is refused ("non-secure" cookie * * restored over a "secure" cookie)

Also fixed:

* issue where cookie expiration date was NaNs                    

एक्सटेंशन की मूल जानकारी

नाम Awesome Cookie Manager Awesome Cookie Manager
ID hcpidejphgpcgfnpiehkcckkkemgneif
आधिकारिक URL https://chromewebstore.google.com/detail/awesome-cookie-manager/hcpidejphgpcgfnpiehkcckkkemgneif
विवरण Displays a list of all Google Chrome cookies. Allows searching, viewing, editing, saving, restoring, and deleting cookies.
फ़ाइल का आकार 84.24 KB
स्थापना संख्या 38,460
वर्तमान संस्करण 1.0.1.5
अंतिम अपडेट 2021-01-19
प्रकाशन तिथि 2019-01-25
रेटिंग 4.06/5 कुल 124 रेटिंग्स
डेवलपर https://upway2late.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.upway2late.com/projects/awesome-cookie-manager
सहायता पृष्ठ URL http://www.upway2late.com/projects/awesome-cookie-manager
गोपनीयता नीति पृष्ठ URL http://www.upway2late.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Cookie Manager",
    "version": "1.0.1.5",
    "description": "Displays a list of all Google Chrome cookies. Allows searching, viewing, editing, saving, restoring, and deleting cookies.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_title": "Awesome Cookie Manager",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "*:\/\/*\/",
        "unlimitedStorage"
    ],
    "minimum_chrome_version": "11.0.674.0",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}