OhMyCookie

Cookies Manager

What is OhMyCookie?

OhMyCookie is a Chrome extension developed by slc3a2, and its main feature is "Cookies Manager".

Extension Screenshots

screenshot

Download OhMyCookie Extension CRX File

Download OhMyCookie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        「cookies」「localStorage」「sessionStorage」
 adding  deleting  modifying  exporting                    

Extension Basic Information

Name OhMyCookie OhMyCookie
ID edkfjjgklckogiepbhmmdlaohebiaigm
Official URL https://chromewebstore.google.com/detail/ohmycookie/edkfjjgklckogiepbhmmdlaohebiaigm
Description Cookies Manager
File Size 1.41 MB
Installation Count 85
Current Version 1.1.7
Last Updated 2023-02-21
Publish Date 2020-07-31
Rating 5.00/5 Total 3 Ratings
Developer slc3a2
Email [email protected]
Payment Type free
Extension Website https://github.com/codedance98/oh-my-cookie
Help Page URL https://github.com/codedance98/oh-my-cookie
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OhMyCookie",
    "version": "1.1.7",
    "description": "Cookies Manager",
    "author": "liangqi",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/logo16.png",
        "128": "icons\/logo128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "cookies",
        "background"
    ],
    "browser_action": {
        "default_title": "OhMyCookie",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "devtools_page": "pages\/devtools.html",
    "options_page": "pages\/options.html",
    "content_scripts": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "panel.html",
        "js\/content.js"
    ]
}